summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-03-06 14:38:15 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-03-06 14:38:15 +0100
commit55f3d31f633b003d7d80234177a602fc72073e96 (patch)
tree738b8bc261c53616c93e3a7bd4a9a08af1bd613a /vespalib
parent1e0331fad1ca9237f31564d5e716354cf676f70a (diff)
Include cstddef when needed.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/file_area_freelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/file_area_freelist.h b/vespalib/src/vespa/vespalib/util/file_area_freelist.h
index ad56f516d26..f19dfdd7de3 100644
--- a/vespalib/src/vespa/vespalib/util/file_area_freelist.h
+++ b/vespalib/src/vespa/vespalib/util/file_area_freelist.h
@@ -2,6 +2,7 @@
#pragma once
+#include <cstddef>
#include <cstdint>
#include <limits>
#include <map>