Win build fixes
This commit is contained in:
parent
0cfc0cd424
commit
393ba05726
|
@ -36,6 +36,9 @@
|
|||
|
||||
#include "Origin.h"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
using namespace App;
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#include "OriginGroup.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
|
|
Loading…
Reference in New Issue
Block a user