From 29e64872aaaf83106315b4fabe72983f73b0dfd2 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 5 Dec 2005 20:04:36 +0000 Subject: 2005-12-05 Frank Ch. Eigler * *.cxx: Add #include as needed. --- translate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'translate.cxx') diff --git a/translate.cxx b/translate.cxx index 45bd6696..ee1eff41 100644 --- a/translate.cxx +++ b/translate.cxx @@ -15,6 +15,7 @@ #include #include #include +#include using namespace std; -- cgit