Skip to content

Commit

Permalink
[build] Correction of error "'back_inserter': identifier not found"
Browse files Browse the repository at this point in the history
This error happens when compiling with VS 14 (2015) on Windows
  • Loading branch information
thomasjammet authored and maxsharabayko committed Oct 2, 2020
1 parent 73ee1e1 commit 49f19fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/logsupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <map>
#include <vector>
#include <string>
#include <iterator>
#include <algorithm>
#include <cctype>
#include "logsupport.hpp"
Expand Down

0 comments on commit 49f19fe

Please sign in to comment.