Forward declare ColorTemp

This commit is contained in:
Ingo Weyrich
2019-10-29 12:33:14 +01:00
parent e92a99350b
commit 3aa84c48da
15 changed files with 17 additions and 6 deletions

View File

@@ -16,8 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _COLORTEMP_
#define _COLORTEMP_
#pragma once
#include <cmath>
#include <map>
@@ -207,4 +206,3 @@ public:
};
}
#endif