From c03300fe14e5caffbee87565b76a64febfc4313a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Jun 2019 10:19:59 +0200 Subject: Use small_vector in path::normalize() --- libbutl/path.mxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/path.mxx') diff --git a/libbutl/path.mxx b/libbutl/path.mxx index d5dde59..2de85e9 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -16,7 +16,6 @@ #include // invalid_argument #include // hash -#include #ifdef _WIN32 #include // replace() #endif @@ -29,10 +28,12 @@ export module butl.path; #ifdef __cpp_lib_modules_ts import std.core; #endif +import butl.small_vector; #ifdef _WIN32 import butl.utility; #endif #else +#include #ifdef _WIN32 #include // *case*() #endif -- cgit v1.1