Skip to content

Commit 354bfed

Browse files
committed
fix linux debug build
1 parent 83ed737 commit 354bfed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Externals/cximage/ximacfg.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
#include <cstddef>
55
#endif
66

7+
#include "Common/Common.hpp"
78
extern "C" void* cxalloc(size_t size);
89
extern "C" void cxfree(void* ptr);
910
extern "C" void* cxrealloc(void* ptr, size_t size);
1011

1112
#ifdef CXIMAGE_AS_SHARED_LIBRARY //must be defined in Release_Shared configuration
12-
13-
#include "Common/Common.hpp"
1413
// XXX: dirty hack.
1514
#undef max
1615
#undef min

Externals/cximage/ximajpg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#undef XMD_H
1717

1818
#include "ximaiter.h"
19-
19+
#include "ximacfg.h"
2020
#include <setjmp.h>
2121

2222
struct jpg_error_mgr {

0 commit comments

Comments
 (0)