aboutsummaryrefslogtreecommitdiff
path: root/c++tools
diff options
context:
space:
mode:
Diffstat (limited to 'c++tools')
-rw-r--r--c++tools/resolver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++tools/resolver.h b/c++tools/resolver.h
index 1933912..a9547bf 100644
--- a/c++tools/resolver.h
+++ b/c++tools/resolver.h
@@ -24,8 +24,10 @@ along with GCC; see the file COPYING3. If not see
// Mapper interface for client and server bits
#include "cody.hh"
// C++
+#if !IN_GCC
#include <string>
#include <map>
+#endif
// This is a GCC class, so GCC coding conventions on new bits.
class module_resolver : public Cody::Resolver