diff options
Diffstat (limited to 'src/win95/chunk.hpp')
| -rw-r--r-- | src/win95/chunk.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win95/chunk.hpp b/src/win95/chunk.hpp index e7afcb4..e021062 100644 --- a/src/win95/chunk.hpp +++ b/src/win95/chunk.hpp @@ -3,6 +3,7 @@ #ifndef _chunk_hpp #define _chunk_hpp 1 +#include "fixer.h" #if engine @@ -78,6 +79,8 @@ extern char users_name[]; #endif +#include "list_tem.hpp" + #ifndef RIFF_OPTIMIZE // define this to get compiler errors where you are calling the old slow functions extern List<int> list_chunks_in_file (HANDLE &, const char * chunk_id); #endif |
