Remove need for boost::function_types library

This commit is contained in:
Jason Turner
2011-09-12 08:18:51 -06:00
parent 194001f9a1
commit 6f282b6a56
5 changed files with 42 additions and 31 deletions

View File

@@ -10,6 +10,7 @@
#include <exception>
#include <fstream>
#include <sstream>
#include <cstring>
#include "chaiscript_prelude.hpp"
#include "chaiscript_common.hpp"