--- trunk/src/antlr/InputBuffer.cpp 2005/12/02 15:38:03 770 +++ trunk/src/antlr/InputBuffer.cpp 2012/08/22 02:28:28 1782 @@ -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