Skip to content

Commit

Permalink
Add missing <iostream> #include to debug.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Mar 11, 2013
1 parent b55fae2 commit 46f052b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "cli/debug.hpp"

#include <ctime>
#include <iostream>

#include <boost/foreach.hpp>

Expand Down

0 comments on commit 46f052b

Please sign in to comment.