summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-13 18:52:46 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-13 18:52:46 +0200
commit0155137e7d56730665d406c37aa75649e5a3418a (patch)
tree05100870215c7852cc27b6970b60c9ff5f77e763 /vespalib
parent4e5d87a9baa4176a1089f7afd1f433a8da275725 (diff)
parent6a64952133fc05136a0e445851b49bd0fc71c00e (diff)
Merge with master
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/optimized.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/optimized.h b/vespalib/src/vespa/vespalib/util/optimized.h
index 71c6cb42874..f4fd1376033 100644
--- a/vespalib/src/vespa/vespalib/util/optimized.h
+++ b/vespalib/src/vespa/vespalib/util/optimized.h
@@ -4,7 +4,7 @@
#pragma once
-#include <stdint.h>
+#include <cstdint>
namespace vespalib {