]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/parking.hxx
Fix for refueling and radar calculations.
[flightgear.git] / src / Airports / parking.hxx
index 278d9072c8ad1d746568113cfebe7538dfb119ba..a64d5509b40a5ef0a760df2a4f7b3921192c9d4d 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 #ifndef _PARKING_HXX_
 #define _PARKING_HXX_
 
-#ifndef __cplusplus                                                          
+#ifndef __cplusplus
 # error This library requires C++
-#endif     
+#endif
+
+#include <simgear/compiler.h>
 
 #include STL_STRING
 #include <vector>
 
 
-
-
 SG_USING_STD(string);
 SG_USING_STD(vector);