Add missing forward declaration

This commit is contained in:
kai 2012-12-25 16:47:37 +01:00
parent 48c251179a
commit 7ccd510c11

View file

@ -20,6 +20,7 @@
#include <vector>
struct Type;
struct TypeFunction;
struct IrFuncTyArg;
struct DValue;