summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-22 14:06:17 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-22 14:06:17 +0000
commit3dc29c7369361221f6b27238095015bdd313ddfa (patch)
tree63440d04d19aac3ac52b3fb3e81a77d7166f57fd /src
parente61844709a13b84edba209abd61280178078d16c (diff)
Missing #include.
Diffstat (limited to 'src')
-rw-r--r--src/raw_convert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index 26fbdde..7d53e10 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -20,6 +20,7 @@
#ifndef LIBSUB_RAW_CONVERT_H
#define LIBSUB_RAW_CONVERT_H
+#include <boost/static_assert.hpp>
#include <iomanip>
namespace sub {