more header fixes

This was SVN commit r401.
This commit is contained in:
janwas 2004-06-04 17:47:12 +00:00
parent 7b9e881039
commit 2dcb0d8056
3 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include "lib.h"
#include "res.h"
#include "zip.h"
#include "file.h"
#include "adts.h"
#include <string.h>

View File

@ -19,6 +19,7 @@
#include "precompiled.h"
#include "lib.h"
#include "zip.h"
#include "res.h"
#include <assert.h>

View File

@ -18,6 +18,7 @@
#include "input.h"
#include "lib.h"
#include "res/res.h"
#include "res/file.h"
#ifdef _M_IX86
#include "sysdep/ia32.h"
#endif