aboutsummaryrefslogtreecommitdiff
path: root/butl/prefix-map
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-18 12:32:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-18 12:32:55 +0200
commit5a79b446475c9643346024a83bb14c2ba9c55dbd (patch)
treee5b2822e799eb146f9a8af55481c37b9c0f06c82 /butl/prefix-map
parentdc65f9612e9feea1732572e8188d900495349059 (diff)
Move map-key from build2 to libbutl, rename multi-index
Diffstat (limited to 'butl/prefix-map')
-rw-r--r--butl/prefix-map4
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
{