diff options
Diffstat (limited to 'options/value.cpp')
-rw-r--r-- | options/value.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/value.cpp b/options/value.cpp index 36e05dac..af0da89f 100644 --- a/options/value.cpp +++ b/options/value.cpp @@ -6,6 +6,7 @@ * notice appear in all copies. */ +#define OTR_OPTIONS_VALUE_TEMPLATE_UNIT #include "value.hpp" namespace options { @@ -32,4 +33,4 @@ namespace detail } } -} +} // ns options |