summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-04-06 03:59:37 +0200
committerPetr Mrázek <peterix@gmail.com>2014-04-06 03:59:37 +0200
commit482ad250a4454d993a98488edfe01d7f9dc35de7 (patch)
treef18d785ed4f33efbb6e925cbca7b4f30a306290c /tests
parentf9169654c57d56a900157bbbf6ceab60fac1f800 (diff)
downloadMultiMC-482ad250a4454d993a98488edfe01d7f9dc35de7.tar
MultiMC-482ad250a4454d993a98488edfe01d7f9dc35de7.tar.gz
MultiMC-482ad250a4454d993a98488edfe01d7f9dc35de7.tar.lz
MultiMC-482ad250a4454d993a98488edfe01d7f9dc35de7.tar.xz
MultiMC-482ad250a4454d993a98488edfe01d7f9dc35de7.zip
Workaround for dirty build folders.
My disgust just turned into barely contained rage :<
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_UpdateChecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_UpdateChecker.cpp b/tests/tst_UpdateChecker.cpp
index 40232afe..ae6fc193 100644
--- a/tests/tst_UpdateChecker.cpp
+++ b/tests/tst_UpdateChecker.cpp
@@ -4,7 +4,7 @@
#include "depends/settings/settingsobject.h"
#include "depends/settings/setting.h"
-#include "Config.h"
+#include "BuildConfig.h"
#include "TestUtil.h"
#include "logic/updater/UpdateChecker.h"