cpp
[m6w6/ext-psi] / src / types.h
index 5497880fb60b7c1f99ffc936dde6dd592477ab87..58a50f55e4697d60d4bf9a9831bdfa12889f6b3a 100644 (file)
@@ -62,6 +62,9 @@
 #include "types/free_stmt.h"
 #include "types/assert_stmt.h"
 #include "types/layout.h"
+#include "types/cpp_exp.h"
+#include "types/cpp_macro_call.h"
+#include "types/cpp_macro_decl.h"
 
 static inline impl_val *deref_impl_val(impl_val *ret_val, struct psi_decl_var *var) {
        unsigned i;