Update tomlplusplus

This commit is contained in:
Robbert van der Helm
2020-09-27 17:48:43 +02:00
parent ae402aa805
commit f1b1f20fdb
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -16,6 +16,10 @@
#include "configuration.h"
// tomlplusplus recently got some Windows fixes, but they cause compilation
// errors and we don't need them so we'll just disable them outright
#define TOML_WINDOWS_COMPAT 0
#include <fnmatch.h>
#include <toml++/toml.h>
#include <fstream>