diff options
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index e98280f33..d8dc81ef9 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -28,6 +28,7 @@ #include <sys/resource.h> #include <nlohmann/json.hpp> +#include <boost/container/small_vector.hpp> #if HAVE_BOEHMGC @@ -39,7 +40,6 @@ #include <boost/coroutine2/coroutine.hpp> #include <boost/coroutine2/protected_fixedsize_stack.hpp> #include <boost/context/stack_context.hpp> -#include <boost/container/small_vector.hpp> #endif |