Updating deprecated cppformat/format.h to fmt/format.h

The warning in cppformat's version throws a fatal error in the VS compiler
This commit is contained in:
wundahlful
2016-06-23 15:32:10 -06:00
parent debe475647
commit 4954dda561
3 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@
#include <ghoul/misc/sharedmemory.h>
#include <imgui.h>
#include <cppformat/format.h>
#include <fmt/format.h>
#include <algorithm>
#include <numeric>