Skip to content

Commit

Permalink
Missing include <iterator> ex10_27
Browse files Browse the repository at this point in the history
Missing #include <iterator> which is required for the back_inserter.
  • Loading branch information
Alyx6020 committed Dec 31, 2015
1 parent 8ba75f3 commit 31910eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch10/ex10_27.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <algorithm>
#include <vector>
#include <list>
#include <iterator>

int main()
{
Expand Down

0 comments on commit 31910eb

Please sign in to comment.