summaryrefslogtreecommitdiff
path: root/gcc/name-types.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/name-types.c')
-rw-r--r--gcc/name-types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/name-types.c b/gcc/name-types.c
index 23c6a120456..fe8f6c5575b 100644
--- a/gcc/name-types.c
+++ b/gcc/name-types.c
@@ -33,6 +33,7 @@
#include <string>
#include "name-types.h"
+#include "type-walker.hpp"
// Using std::string because it will manage memory for us
// And we don't know whether the user will free the memory.