- With FEATURE_STDIN defined, iostream is required.
This commit is contained in:
Paul Beckingham 2014-04-13 23:50:59 -04:00
parent 6c698d5733
commit 70ea3fec8c

View file

@ -25,6 +25,9 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#ifdef FEATURE_STDIN
#include <iostream>
#endif
#include <sstream>
#include <algorithm>
#include <stdlib.h>