Browse Source

Merge branch 'trac2347'

Mukund Sivaraman 11 years ago
parent
commit
6625199575
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/util/range_utilities.h

+ 1 - 0
src/lib/util/range_utilities.h

@@ -17,6 +17,7 @@
 
 #include <stdlib.h>
 #include <algorithm>
+#include <functional>
 
 // This header contains useful methods for conduction operations on
 // a range of container elements. Currently the collection is limited,