Skip to content

Commit

Permalink
fix GRAPHICS_DISABLED build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 23, 2015
1 parent caab420 commit 27b8a5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ccstruct/imagedata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
// limitations under the License.
///////////////////////////////////////////////////////////////////////

// Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H
#include "config_auto.h"
#endif

#include "imagedata.h"

Expand Down
5 changes: 5 additions & 0 deletions ccstruct/split.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
/*----------------------------------------------------------------------
I n c l u d e s
----------------------------------------------------------------------*/
// Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H
#include "config_auto.h"
#endif

#include "split.h"
#include "coutln.h"
#include "tprintf.h"
Expand Down

0 comments on commit 27b8a5c

Please sign in to comment.