aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-15 15:23:08 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-15 15:51:29 +0100
commit4b36e8344d797798c675c09897d8000631f44f57 (patch)
tree2b8ea7b889111b1b985a2d22f29248d141913587 /document
parent13cd2b31ea3d394ebe92f8db3ef92eed0d6532bf (diff)
Include what you need
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/repo/configbuilder.h1
-rw-r--r--document/src/vespa/document/repo/fixedtyperepo.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/document/src/vespa/document/repo/configbuilder.h b/document/src/vespa/document/repo/configbuilder.h
index 5a2932f4663..8c4a48afd95 100644
--- a/document/src/vespa/document/repo/configbuilder.h
+++ b/document/src/vespa/document/repo/configbuilder.h
@@ -7,6 +7,7 @@
#include <vespa/document/datatype/datatype.h>
#include <vespa/document/datatype/structdatatype.h>
#include <vespa/vespalib/stllike/string.h>
+#include <cassert>
namespace document {
namespace config_builder {
diff --git a/document/src/vespa/document/repo/fixedtyperepo.cpp b/document/src/vespa/document/repo/fixedtyperepo.cpp
index 681b7a927db..8344a44921f 100644
--- a/document/src/vespa/document/repo/fixedtyperepo.cpp
+++ b/document/src/vespa/document/repo/fixedtyperepo.cpp
@@ -1,6 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "fixedtyperepo.h"
+#include <cassert>
namespace document {