This commit is contained in:
brindosch
2020-06-04 16:21:23 +02:00
parent 536b5c4c1e
commit 2110548751
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,6 @@
#include <effectengine/EffectModule.h>
#ifdef _WIN32
#include <stdexcept>
#define STRINGIFY2(x) #x
#define STRINGIFY(x) STRINGIFY2(x)
#endif