From 110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Mar 2009 17:02:03 -0400 Subject: Enabled use of pre-compiled headers by default --- src/main.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index c203a2de..c9a922af 100644 --- a/src/main.cc +++ b/src/main.cc @@ -29,6 +29,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include + #include "global.h" // This is where the meat of main() is, which // was moved there for the sake of clarity here #include "session.h" -- cgit v1.2.3