diff --git a/include/dic.h b/include/dic.h index a08e0e5..a4b1c5b 100644 --- a/include/dic.h +++ b/include/dic.h @@ -41,6 +41,8 @@ #ifndef LIBDICFORMAT_DIC_H #define LIBDICFORMAT_DIC_H +#include + // TODO: Generate automatically from C# /** diff --git a/include/dicformat/context.h b/include/dicformat/context.h index 2c50786..2c7cd86 100644 --- a/include/dicformat/context.h +++ b/include/dicformat/context.h @@ -32,6 +32,8 @@ #ifndef LIBDICFORMAT_CONTEXT_H #define LIBDICFORMAT_CONTEXT_H +#include "structs.h" + #include #include #include