Add missing <iterator>
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
#include "../chaiscript_defines.hpp"
|
#include "../chaiscript_defines.hpp"
|
||||||
#include "boxed_cast.hpp"
|
#include "boxed_cast.hpp"
|
||||||
@@ -765,8 +766,6 @@ namespace chaiscript
|
|||||||
Boxed_Value dispatch_with_conversions(InItr begin, const InItr &end, const std::vector<Boxed_Value> &plist,
|
Boxed_Value dispatch_with_conversions(InItr begin, const InItr &end, const std::vector<Boxed_Value> &plist,
|
||||||
const Type_Conversions &t_conversions, const Funcs &t_funcs)
|
const Type_Conversions &t_conversions, const Funcs &t_funcs)
|
||||||
{
|
{
|
||||||
InItr orig(begin);
|
|
||||||
|
|
||||||
InItr matching_func(end);
|
InItr matching_func(end);
|
||||||
|
|
||||||
while (begin != end)
|
while (begin != end)
|
||||||
|
Reference in New Issue
Block a user