aboutsummaryrefslogtreecommitdiff
path: root/libbutl/string-table.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 19:24:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:29:59 +0300
commitdf1ef68cd8e8582724ce1192bfc202e0b9aeaf0c (patch)
treeb731ca4c68e60c00c7e7d499dbf4868ee7b71f44 /libbutl/string-table.txx
parent7a4fc37f264cdb67f2f83fa92703c869215bbc86 (diff)
Get rid of C++ modules related code and rename *.mxx files to *.hxx
Diffstat (limited to 'libbutl/string-table.txx')
-rw-r--r--libbutl/string-table.txx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbutl/string-table.txx b/libbutl/string-table.txx
index 4db0a6b..8416b48 100644
--- a/libbutl/string-table.txx
+++ b/libbutl/string-table.txx
@@ -1,6 +1,9 @@
// file : libbutl/string-table.txx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
+#include <limits> // numeric_limits
+#include <cstddef> // size_t
+
namespace butl
{
template <typename I, typename D>