From: Carl Hetherington Date: Sat, 10 Oct 2015 09:14:55 +0000 (+0100) Subject: Missing include. X-Git-Tag: v0.14.0~1 X-Git-Url: https://main.carlh.net/gitweb/?p=libcxml.git;a=commitdiff_plain;h=0f4ca5d161de9d303c360d8f502d4d84d6b491df Missing include. --- diff --git a/src/cxml.h b/src/cxml.h index 110a224..bb1179b 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -20,13 +20,14 @@ #ifndef LIBCXML_CXML_H #define LIBCXML_CXML_H -#include -#include -#include #include #include #include #include +#include +#include +#include +#include /* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */ #ifdef check