--- trunk/src/antlr/InputBuffer.cpp 2005/12/02 15:38:03 770 +++ branches/development/src/antlr/InputBuffer.cpp 2012/09/06 19:44:06 1794 @@ -2,12 +2,14 @@ * Project led by Terence Parr at http://www.jGuru.com * Software rights: http://www.antlr.org/license.html * - * $Id: InputBuffer.cpp,v 1.1 2005-12-02 15:38:02 tim Exp $ + * $Id$ */ #include "antlr/config.hpp" #include "antlr/InputBuffer.hpp" +#include +#include #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE namespace antlr { #endif