We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caab420 commit 27b8a5cCopy full SHA for 27b8a5c
ccstruct/imagedata.cpp
@@ -17,6 +17,10 @@
17
// limitations under the License.
18
///////////////////////////////////////////////////////////////////////
19
20
+// Include automatically generated configuration file if running autoconf.
21
+#ifdef HAVE_CONFIG_H
22
+#include "config_auto.h"
23
+#endif
24
25
#include "imagedata.h"
26
ccstruct/split.cpp
@@ -25,6 +25,11 @@
/*----------------------------------------------------------------------
I n c l u d e s
27
----------------------------------------------------------------------*/
28
29
30
31
32
+
33
#include "split.h"
34
#include "coutln.h"
35
#include "tprintf.h"
0 commit comments