summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-12 21:38:51 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-12 21:39:25 +0200
commit629e5365f224ca6e90cffd9461dc7b83ed5dc51d (patch)
treeaea9198600592bb43210aca8671cbe3ed190220a /vespalib
parent62fbb0e42a634da08bb330fcb52aa87a6af9a17d (diff)
Add support for Zstandard compression in the document store.
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 ec11bbb686a..c5d0404e310 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 {