Fix bug with inserter

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-01-19 19:41:54 -07:00
parent d0d5c319c4
commit 02dc2fa860

View File

@@ -87,6 +87,7 @@
#define DEPRECATED(func) func
#endif
#include <iterator>
#include <algorithm>
#include <functional>
#include <cctype>