Skip to content
Snippets Groups Projects
Commit b9cc216b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Have to #include "llkdumem.h" even when not LL_DARWIN.

parent 64a0fac7
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#pragma clang diagnostic ignored "-Wunused-private-field" #pragma clang diagnostic ignored "-Wunused-private-field"
#include "llkdumem.h" #include "llkdumem.h"
#pragma clang diagnostic pop #pragma clang diagnostic pop
#else
#include "llkdumem.h"
#endif #endif
#include "kdu_block_coding.h" #include "kdu_block_coding.h"
// Tut header // Tut header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment