summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-15 23:30:30 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-15 23:30:30 +0000
commitbfa4fbddaa847c3fe593485951a528b60c5f6412 (patch)
tree18a242070466c72f3077e5ae16c3193029e25a32 /searchcore/src/apps/proton
parentb275087c2a110a1dc9aca0662f7ed01e2e7928ec (diff)
Use forward declarations to reduce amount of included code.
Diffstat (limited to 'searchcore/src/apps/proton')
-rw-r--r--searchcore/src/apps/proton/proton.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/apps/proton/proton.cpp b/searchcore/src/apps/proton/proton.cpp
index 171579ad693..f01f3486a79 100644
--- a/searchcore/src/apps/proton/proton.cpp
+++ b/searchcore/src/apps/proton/proton.cpp
@@ -6,6 +6,7 @@
#include <vespa/vespalib/util/signalhandler.h>
#include <vespa/vespalib/util/programoptions.h>
#include <vespa/vespalib/io/fileutil.h>
+#include <vespa/vespalib/util/exceptions.h>
#include <vespa/config/common/exceptions.h>
#include <vespa/fastos/app.h>
#include <iostream>