summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-08-31 12:27:59 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-08-31 12:30:34 +0000
commit2932130635e132c591f13aeb5dce8f9c6aac2a7c (patch)
treec4966a6b163ecc8418f5aa86c35a59eb6e07be21 /staging_vespalib
parentfb84d303e6e1f4c434bafe44538dbf3689d3bddd (diff)
Use an allocator that automagically allocates large buffer by using mmap.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/net/generic_state_handler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/net/generic_state_handler.cpp b/staging_vespalib/src/vespa/vespalib/net/generic_state_handler.cpp
index a18c032fdff..b8fc432e95b 100644
--- a/staging_vespalib/src/vespa/vespalib/net/generic_state_handler.cpp
+++ b/staging_vespalib/src/vespa/vespalib/net/generic_state_handler.cpp
@@ -2,6 +2,7 @@
#include "generic_state_handler.h"
#include <vespa/vespalib/data/slime/slime.h>
+#include <vespa/vespalib/data/simple_buffer.h>
namespace vespalib {