Skip to content

Commit

Permalink
fixed pezy#46
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Mar 15, 2016
1 parent b908d0c commit 766da32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch12/ex12_27_30.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "ex12_27_30.h"
#include <sstream>
#include <algorithm>
#include <iterator>

TextQuery::TextQuery(std::ifstream& ifs) : input(new vector<string>)
{
Expand Down

0 comments on commit 766da32

Please sign in to comment.