Use proper include for LibRaw
The include directory for LibRaw is properly set by CMake so `#include <libraw/libraw.h>` will work for both the internal and system versions.
This commit is contained in:
@@ -13,13 +13,14 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <libraw/libraw.h>
|
||||||
|
|
||||||
#include "image8.h"
|
#include "image8.h"
|
||||||
#include "rawimage.h"
|
#include "rawimage.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "camconst.h"
|
#include "camconst.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "rtengine.h"
|
#include "rtengine.h"
|
||||||
#include "libraw/libraw/libraw.h"
|
|
||||||
|
|
||||||
namespace rtengine
|
namespace rtengine
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user