summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/goo/GString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/goo/GString.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/goo/GString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/goo/GString.h b/Build/source/libs/xpdf/xpdf-src/goo/GString.h
index 2e67fd0c0d0..6b342f85ec7 100644
--- a/Build/source/libs/xpdf/xpdf-src/goo/GString.h
+++ b/Build/source/libs/xpdf/xpdf-src/goo/GString.h
@@ -13,6 +13,10 @@
#include <aconf.h>
+#ifdef USE_GCC_PRAGMAS
+#pragma interface
+#endif
+
#include <limits.h> // for LLONG_MAX and ULLONG_MAX
#include <stdarg.h>
#include "gtypes.h"