summaryrefslogtreecommitdiffstats
path: root/test/unit/common/profile_test.cpp
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-03-27 10:31:06 +0100
committerDidier Raboud <odyx@debian.org>2013-03-27 10:31:06 +0100
commit0d537c7fb591b83e3f3239a9dadb3c871b0978bb (patch)
tree54ddd9cb35b8eac0b214446307531b4129502f5d /test/unit/common/profile_test.cpp
parent4c1a7057bbd24b4a57ba1ebfc72813d2f605479f (diff)
downloadcolobot-0d537c7fb591b83e3f3239a9dadb3c871b0978bb.tar.gz
colobot-0d537c7fb591b83e3f3239a9dadb3c871b0978bb.tar.bz2
colobot-0d537c7fb591b83e3f3239a9dadb3c871b0978bb.zip
BROWN-PAPER COMMIT: Drop the tests to have the thing build
Someone understanding GMock / GTest needs to replace that commit (and the two parents) with a working setup
Diffstat (limited to 'test/unit/common/profile_test.cpp')
-rw-r--r--test/unit/common/profile_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/common/profile_test.cpp b/test/unit/common/profile_test.cpp
index e7b64d5..dabcba6 100644
--- a/test/unit/common/profile_test.cpp
+++ b/test/unit/common/profile_test.cpp
@@ -1,5 +1,6 @@
#include "common/profile.h"
#include "common/logger.h"
+#include "app/system.h"
#include <iostream>
#include <string>