From: daveluff Date: Wed, 2 Feb 2005 19:16:51 +0000 (+0000) Subject: Minor fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03f0ac85196fedc4aef425bf32136ec58a08102e;p=flightgear.git Minor fix --- diff --git a/src/ATC/commlist.hxx b/src/ATC/commlist.hxx index ac8dcd011..8520b4b2b 100644 --- a/src/ATC/commlist.hxx +++ b/src/ATC/commlist.hxx @@ -44,6 +44,7 @@ #include "ATC.hxx" #include "atis.hxx" +SG_USING_STD(list); SG_USING_STD(map); SG_USING_STD(vector); SG_USING_STD(string);