Make it compile: add using for std::endl.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3050 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 1de8354cdc889ee34b4b8f6f293bc16ed4ed2cb2 Former-commit-id: bb2fb3ecfc913bc574892422d19b79c225009f15
This commit is contained in:
parent
689fe5b78e
commit
d35f1a0b85
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#ifdef DEBUG
|
||||
#include <iostream> // NOLINT(readability/streams), used for logging only
|
||||
using ::std::cout;
|
||||
using ::std::endl;
|
||||
#endif
|
||||
|
||||
#include "src/drivers/kilo2008/opponent.h"
|
||||
|
|
Loading…
Reference in a new issue