Further reduction of include dependencies
This commit is contained in:
@@ -20,9 +20,14 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "LUT.h"
|
||||
#include "opthelper.h"
|
||||
|
||||
template<typename T>
|
||||
class LUT;
|
||||
|
||||
using LUTu = LUT<uint32_t>;
|
||||
using LUTf = LUT<float>;
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user