* #include required header <ostream>

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2201 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-07-26 10:50:50 +00:00
parent 20d790a4fa
commit b543a89e13
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <windows.h>
#include <istream>
#include <ostream>
// Returns true if the given value is a power of two
static inline bool IsPower2(int value)