Skip to content

Commit 27b8a5c

Browse files
committed
fix GRAPHICS_DISABLED build
1 parent caab420 commit 27b8a5c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ccstruct/imagedata.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
// limitations under the License.
1818
///////////////////////////////////////////////////////////////////////
1919

20+
// Include automatically generated configuration file if running autoconf.
21+
#ifdef HAVE_CONFIG_H
22+
#include "config_auto.h"
23+
#endif
2024

2125
#include "imagedata.h"
2226

ccstruct/split.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
/*----------------------------------------------------------------------
2626
I n c l u d e s
2727
----------------------------------------------------------------------*/
28+
// Include automatically generated configuration file if running autoconf.
29+
#ifdef HAVE_CONFIG_H
30+
#include "config_auto.h"
31+
#endif
32+
2833
#include "split.h"
2934
#include "coutln.h"
3035
#include "tprintf.h"

0 commit comments

Comments
 (0)