Win build fixes

This commit is contained in:
sgrogan 2015-11-10 21:01:44 -05:00 committed by Stefan Tröger
parent 0cfc0cd424
commit 393ba05726
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,9 @@
#include "Origin.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
using namespace App;

View File

@ -20,6 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "OriginGroup.h"
#ifndef _PreComp_