summaryrefslogtreecommitdiff
path: root/c++tools/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++tools/resolver.h')
-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 19339125b26..a9547bf6994 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