* #include required header <ostream>
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2201 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
20d790a4fa
commit
b543a89e13
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <istream>
|
#include <istream>
|
||||||
|
#include <ostream>
|
||||||
|
|
||||||
// Returns true if the given value is a power of two
|
// Returns true if the given value is a power of two
|
||||||
static inline bool IsPower2(int value)
|
static inline bool IsPower2(int value)
|
||||||
|
|
Loading…
Reference in New Issue