summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-23 21:39:08 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-23 21:39:08 +0000
commit928db1f6f5817f01c1bdc0eb00d111b9d1c6ccdb (patch)
treecfb6d658ff4dd4fc12e3f6aaf5de046af82a0d88 /src
parent505abe39a51d5b858d8caff194fedda83e7e59b9 (diff)
parent38b3791c88352af35033cc528dc2d83d6298ed3e (diff)
Fix merge.
Diffstat (limited to 'src')
-rw-r--r--src/raw_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index c392500..7d53e10 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -20,7 +20,7 @@
#ifndef LIBSUB_RAW_CONVERT_H
#define LIBSUB_RAW_CONVERT_H
-#include <locked_sstream.h>
+#include <boost/static_assert.hpp>
#include <iomanip>
namespace sub {