From f1e0a4e43f7226237a998692bae94dfc349bce7f Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 1 Jan 2018 20:03:44 +0100 Subject: [PATCH] Add-ons: add missing include --- src/Add-ons/Addon.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Add-ons/Addon.cxx b/src/Add-ons/Addon.cxx index dc9b96f69..5928a0048 100644 --- a/src/Add-ons/Addon.cxx +++ b/src/Add-ons/Addon.cxx @@ -1,7 +1,7 @@ // -*- coding: utf-8 -*- // // Addon.cxx --- FlightGear class holding add-on metadata -// Copyright (C) 2017 Florent Rougon +// Copyright (C) 2017, 2018 Florent Rougon // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ #include #include +#include #include #include #include