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:
Lawrence Lee
2023-12-31 12:33:01 -08:00
parent e599f71bf2
commit ebf5b422be

View File

@@ -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
{