diff options
Diffstat (limited to 'butl/prefix-map')
-rw-r--r-- | butl/prefix-map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/prefix-map b/butl/prefix-map index 188d18f..80264d0 100644 --- a/butl/prefix-map +++ b/butl/prefix-map @@ -7,8 +7,8 @@ #include <map> #include <string> -#include <utility> // move -#include <algorithm> // min +#include <utility> // move() +#include <algorithm> // min() namespace butl { |