summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/tests.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 03:02:49 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 03:02:49 +0200
commit7a4461355f7ee8e5ec71888516cbfd640dd7e110 (patch)
tree5f800152d48de71247177c4fca93fff24dc993ac /fastos/src/tests/tests.h
parent15e7bcd9e902407fbe14cf830968f06c9fb5fb89 (diff)
Include only what you need.
Diffstat (limited to 'fastos/src/tests/tests.h')
-rw-r--r--fastos/src/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastos/src/tests/tests.h b/fastos/src/tests/tests.h
index 94062c04e54..62a873f8a54 100644
--- a/fastos/src/tests/tests.h
+++ b/fastos/src/tests/tests.h
@@ -3,6 +3,7 @@
#include <vespa/fastos/app.h>
#include <vespa/fastos/socket.h>
#include <vespa/fastos/thread.h>
+#include <cstring>
class BaseTest : public FastOS_Application
{