From 2a49987a29270e14b5a9396b0ab3b7b4588770c3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 28 Apr 2008 23:01:03 +0000 Subject: Apparently there were a number of things that weren't strict ISO C++, the new version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems. --- src/file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 1468f93..b7ce17d 100644 --- a/src/file.h +++ b/src/file.h @@ -9,6 +9,8 @@ #define BU_FILE_H #include +#include +#include #include "bu/stream.h" #include "bu/fstring.h" -- cgit v1.2.3