Add missing #include <function>

This fixes compilation using libc++ instead
of libstdc++
This commit is contained in:
Martchus 2017-05-31 00:30:26 +02:00
parent dc73538170
commit be4901ce2c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "../conversion/types.h"
#include "../global.h"
#include <functional>
#include <limits>
#include <string>