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>
|
||||
#endif
|
||||
|
||||
#include <libraw/libraw.h>
|
||||
|
||||
#include "image8.h"
|
||||
#include "rawimage.h"
|
||||
#include "settings.h"
|
||||
#include "camconst.h"
|
||||
#include "utils.h"
|
||||
#include "rtengine.h"
|
||||
#include "libraw/libraw/libraw.h"
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
Reference in New Issue
Block a user