summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/retriever/configsnapshot.h1
-rw-r--r--config/src/vespa/config/retriever/configsnapshot.hpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/config/src/vespa/config/retriever/configsnapshot.h b/config/src/vespa/config/retriever/configsnapshot.h
index 344fc86929c..4cb4eeb3e23 100644
--- a/config/src/vespa/config/retriever/configsnapshot.h
+++ b/config/src/vespa/config/retriever/configsnapshot.h
@@ -2,7 +2,6 @@
#pragma once
#include <vespa/config/subscription/configsubscription.h>
-#include <vespa/config/common/exceptions.h>
#include <vespa/config/print/configdatabuffer.h>
#include <vespa/vespalib/stllike/string.h>
#include <map>
diff --git a/config/src/vespa/config/retriever/configsnapshot.hpp b/config/src/vespa/config/retriever/configsnapshot.hpp
index b8e14fbceca..395d36bb4f6 100644
--- a/config/src/vespa/config/retriever/configsnapshot.hpp
+++ b/config/src/vespa/config/retriever/configsnapshot.hpp
@@ -1,5 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#include <vespa/config/common/exceptions.h>
+
namespace config {
template <typename ConfigType>