summaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-26 15:05:02 +0100
committerGitHub <noreply@github.com>2020-01-26 15:05:02 +0100
commit3e2c8d0b5ae4ff54dff84cddc373b8aaa18b3000 (patch)
tree478c8c9ed0229961bb49bf239e7c7d0db48cea55 /vespamalloc
parentf238227eb97a50dc78606bc764e338a66af0cda7 (diff)
parent06669441cbbdef1d9d493576c6301d7b71874d65 (diff)
Merge pull request #11949 from vespa-engine/toregge/add-needed-include-statements-for-gcc-10-on-fedora-rawhide
Add include statements needed by newer build environments.
Diffstat (limited to 'vespamalloc')
-rw-r--r--vespamalloc/src/tests/test2/testgraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespamalloc/src/tests/test2/testgraph.cpp b/vespamalloc/src/tests/test2/testgraph.cpp
index 9f25e45b7e9..ae0c468b185 100644
--- a/vespamalloc/src/tests/test2/testgraph.cpp
+++ b/vespamalloc/src/tests/test2/testgraph.cpp
@@ -3,6 +3,7 @@
#include <vespamalloc/util/callgraph.h>
#include <vespamalloc/util/callstack.h>
#include <vespamalloc/util/traceutil.h>
+#include <string>
using namespace vespamalloc;