From 2dcb0d8056d3ff755646c2fbf78e897f7f625334 Mon Sep 17 00:00:00 2001 From: janwas Date: Fri, 4 Jun 2004 17:47:12 +0000 Subject: [PATCH] more header fixes This was SVN commit r401. --- source/lib/res/vfs.cpp | 2 ++ source/lib/res/zip.cpp | 1 + source/main.cpp | 1 + 3 files changed, 4 insertions(+) diff --git a/source/lib/res/vfs.cpp b/source/lib/res/vfs.cpp index 94f2314de7..372ecee072 100755 --- a/source/lib/res/vfs.cpp +++ b/source/lib/res/vfs.cpp @@ -21,6 +21,8 @@ #include "lib.h" #include "res.h" +#include "zip.h" +#include "file.h" #include "adts.h" #include diff --git a/source/lib/res/zip.cpp b/source/lib/res/zip.cpp index 13a7b0e71c..5a9dcd0ccc 100755 --- a/source/lib/res/zip.cpp +++ b/source/lib/res/zip.cpp @@ -19,6 +19,7 @@ #include "precompiled.h" #include "lib.h" +#include "zip.h" #include "res.h" #include diff --git a/source/main.cpp b/source/main.cpp index 2ca669ffdc..955106c67e 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -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