Skip to content

Commit

Permalink
Add missing <iostream> include.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Oct 12, 2016
1 parent 1148eb9 commit ecd8d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/precompiled/precompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <chrono>
#include <condition_variable>
#include <fstream>
#include <iostream>
#include <list>
#include <map>
#include <memory>
Expand Down

0 comments on commit ecd8d2c

Please sign in to comment.