aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/exception_classes/mmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/exception_classes/mmap.cpp')
-rw-r--r--vespalib/src/tests/exception_classes/mmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/exception_classes/mmap.cpp b/vespalib/src/tests/exception_classes/mmap.cpp
index 3ba286f2a35..2d4c4796473 100644
--- a/vespalib/src/tests/exception_classes/mmap.cpp
+++ b/vespalib/src/tests/exception_classes/mmap.cpp
@@ -1,7 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/util/alloc.h>
#include <vector>
-#include <assert.h>
+#include <cassert>
#include <string.h>
#include <sys/resource.h>