summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-21 11:50:26 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-21 11:50:26 +0100
commit908ed134931c4b09b6cbda4932d9bff3818198d3 (patch)
treeba99d8d62935e50e1671bbe61b16ee2fcfa9b5d1 /vespalib
parentbb810a7c6ebe3e8ec250a26186d785d2c6009787 (diff)
hide the mask better and provide utility for validating useBits.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/array.h b/vespalib/src/vespa/vespalib/util/array.h
index 2aba4255e25..269bf67bc26 100644
--- a/vespalib/src/vespa/vespalib/util/array.h
+++ b/vespalib/src/vespa/vespalib/util/array.h
@@ -1,7 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <stdint.h>
+#include <cstdint>
#include <sys/types.h>
#include <algorithm>
#include <vespa/vespalib/util/alloc.h>