diff options
Diffstat (limited to 'libbutl/process-run.txx')
-rw-r--r-- | libbutl/process-run.txx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libbutl/process-run.txx b/libbutl/process-run.txx index a9c7e8b..d8d4cb7 100644 --- a/libbutl/process-run.txx +++ b/libbutl/process-run.txx @@ -2,10 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <cassert> -#include <utility> // forward(), index_sequence - -namespace butl +LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. { template <typename V> process_env:: |