opnsense-ports/games/openxcom/files/patch-src_Basescape_CraftInfoState.cpp
Franco Fichtner f5acf72395 */*: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:17:44 +01:00

10 lines
331 B
C++

--- src/Basescape/CraftInfoState.cpp.orig 2014-06-13 19:14:43 UTC
+++ src/Basescape/CraftInfoState.cpp
@@ -17,6 +17,7 @@
* along with OpenXcom. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CraftInfoState.h"
+#include <cmath>
#include <sstream>
#include "../Engine/Game.h"
#include "../Resource/ResourcePack.h"