summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/exception_classes
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-30 21:44:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:41 +0100
commit488290a83e01cb50029e2c14e02fc7c4bd996aab (patch)
tree9aa2bb8a7bc7361c799b003f7ab188fb1a83d0f3 /vespalib/src/tests/exception_classes
parent602bb910df6998d0f7c56a67d2707c9c6c2e7d58 (diff)
Targeted include and cast to avoid template generation.
Diffstat (limited to 'vespalib/src/tests/exception_classes')
-rw-r--r--vespalib/src/tests/exception_classes/caught_uncaught.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/exception_classes/caught_uncaught.cpp b/vespalib/src/tests/exception_classes/caught_uncaught.cpp
index 8ac1d80fb4f..88e77295745 100644
--- a/vespalib/src/tests/exception_classes/caught_uncaught.cpp
+++ b/vespalib/src/tests/exception_classes/caught_uncaught.cpp
@@ -1,4 +1,4 @@
-#include <vespa/vespalib/util/exception.h>
+#include <vespa/vespalib/util/exceptions.h>
using namespace vespalib;