From 4197a445b04fbe548533426337c1d6c101283044 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Jun 2014 13:46:38 +0100 Subject: Yet more static build fixes. --- src/stl_binary_tables.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/stl_binary_tables.h b/src/stl_binary_tables.h index 1ce7d62..adaae82 100644 --- a/src/stl_binary_tables.h +++ b/src/stl_binary_tables.h @@ -17,6 +17,9 @@ */ +#ifndef LIBSUB_STL_BINARY_TABLES_H +#define LIBSUB_STL_BINARY_TABLES_H + #include #include #include @@ -230,3 +233,5 @@ private: }; } + +#endif -- cgit v1.2.3