Fix the following compilation error on VC142 : (#2224)

Error C2039 'inserter': is not a member of 'std' cppcheck C:\Users\simon\__Si\git_projects\cppcheck\lib\astutils.cpp 1229
This commit is contained in:
SimonCornell1 2019-09-28 05:24:32 +01:00 committed by Daniel Marjamäki
parent 8b8701d078
commit 6453a85363
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "token.h" #include "token.h"
#include "valueflow.h" #include "valueflow.h"
#include <iterator>
#include <list> #include <list>
#include <stack> #include <stack>