1
0
forked from 0ad/0ad

Added includes for non-pch build

This was SVN commit r1807.
This commit is contained in:
Simon Brenner 2005-01-24 23:08:30 +00:00
parent c71c360993
commit 36c5db05cd
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "precompiled.h"
#include "lib.h"
#include "sysdep.h"
#include <memory.h>
#include <stdarg.h>

View File

@ -23,6 +23,7 @@
#include <stdlib.h>
#include <Xatom.h>
#include "lib.h"
#include "detect.h"
#include <algorithm>