missing important include

This commit is contained in:
ThePhD 2016-04-23 17:22:14 -04:00
parent 673fc3a6fa
commit fdefa46ddc

View File

@ -24,6 +24,7 @@
#include "stack.hpp"
#include "stack_proxy.hpp"
#include <limits>
#include <iterator>
namespace sol {