reordered includes to fix 'identifier not found' errors

This commit is contained in:
Nick Bolton 2011-04-24 21:58:26 +00:00
parent 3e70306f08
commit 82a0fc9734
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@
#include <iostream>
#include <gtest/gtest.h>
#include "CArch.h"
#if SYSAPI_WIN32
#include "CArchMiscWindows.h"
#endif
#include "CArch.h"
int
main(int argc, char **argv)