X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes.h;h=58a50f55e4697d60d4bf9a9831bdfa12889f6b3a;hp=5497880fb60b7c1f99ffc936dde6dd592477ab87;hb=858a7fb4796b921cc594ab0c74b3ff01a8771522;hpb=f15288e185e65bcdfde87c217fb6bd7ff12eb653 diff --git a/src/types.h b/src/types.h index 5497880..58a50f5 100644 --- a/src/types.h +++ b/src/types.h @@ -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;