windows fix

This commit is contained in:
Michael Nilsson
2016-06-13 16:27:59 -04:00
parent cdbe0ae1e0
commit 86bcbfb92c
3 changed files with 3 additions and 5 deletions

View File

@@ -25,10 +25,6 @@
#ifndef __ISWACYGNET_H__
#define __ISWACYGNET_H__
#define _USE_MATH_DEFINES
#include <math.h>
#include <memory>
#include <chrono>
#include <modules/iswa/util/iswamanager.h>
#include <ghoul/designpattern/event.h>

View File

@@ -25,6 +25,8 @@
#include <openspace/util/spicemanager.h>
#include <ghoul/logging/logmanager.h>
#define _USE_MATH_DEFINES
#include <math.h>
namespace {
const std::string _loggerCat = "TransformationManager";