diff --git a/src/magic_memory.h b/src/magic_memory.h index 1a8684f..096ee03 100644 --- a/src/magic_memory.h +++ b/src/magic_memory.h @@ -5,6 +5,8 @@ #ifndef CAFF_PREVIEWER_MAGIC_MEMORY_H #define CAFF_PREVIEWER_MAGIC_MEMORY_H +#include + typedef struct magic_memory_context_t { void* next; void *ptr;