aboutsummaryrefslogtreecommitdiff
path: root/odb/gcc.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-28 13:56:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-28 13:56:07 +0200
commit6c876cf3280ba63d6077656476c2fc692e4bb1ff (patch)
tree446394e681571e5bd59310a5cfc43ea3f69f364e /odb/gcc.hxx
parent886f5c5511a3b8291fafd7fe1435916a7c993cf0 (diff)
Qualify all unqualified name components in pointer types
This this necessary since they may not resolve in the typedef that we generate in namespace odb.
Diffstat (limited to 'odb/gcc.hxx')
-rw-r--r--odb/gcc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/gcc.hxx b/odb/gcc.hxx
index 5c5bdde..83161a6 100644
--- a/odb/gcc.hxx
+++ b/odb/gcc.hxx
@@ -29,6 +29,7 @@ extern "C"
#include <tm.h>
+#include <cpplib.h>
#include <diagnostic.h>
#include <c-common.h>
#include <c-pragma.h>