From: curt Date: Mon, 17 Dec 2001 21:04:33 +0000 (+0000) Subject: Fix for MSVC. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b75998736f535dafcc877df0a7d9cd8ed534ca35;p=flightgear.git Fix for MSVC. --- diff --git a/src/ATC/ATCdisplay.hxx b/src/ATC/ATCdisplay.hxx index 867dc7ea0..952d1eb38 100644 --- a/src/ATC/ATCdisplay.hxx +++ b/src/ATC/ATCdisplay.hxx @@ -32,6 +32,7 @@ SG_USING_STD(vector); SG_USING_STD(string); +SG_USING_NAMESPACE(std); struct atcMessage { string msg;