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:
martkelder 2010-10-24 11:52:12 +00:00
parent 689fe5b78e
commit d35f1a0b85

View file

@ -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"