This commit is contained in:
Alexander Bock
2016-06-24 10:56:57 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include <ghoul/misc/sharedmemory.h>
#include <imgui.h>
#include <cppformat/format.h>
#include <fmt/format.h>
#include <algorithm>
#include <numeric>

View File

@@ -32,7 +32,7 @@
#include <glm/gtc/type_ptr.hpp>
#include <algorithm>
#include <cppformat/format.h>
#include <fmt/format.h>
namespace {
const std::string _loggerCat = "SpiceManager";

View File

@@ -24,7 +24,7 @@
#include <ghoul/misc/assert.h>
#include <cppformat/format.h>
#include <fmt/format.h>
#include <ctime>
namespace openspace {