From 74d3dfd5f9530ec1cc18cf8e12bde11a27416314 Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Mon, 8 Apr 2019 19:36:55 +0000 Subject: [PATCH] visual studio 2013 and older need portability.h for snprintf git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6618 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 6685b62869c273a1c3b1c52934597a1a0e9ca15d Former-commit-id: 42c6c81fa503ebca665ed00d024b34d5848a0b81 --- src/libs/tgfclient/webmetar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libs/tgfclient/webmetar.cpp b/src/libs/tgfclient/webmetar.cpp index 3b729a8de..973d4e5c4 100755 --- a/src/libs/tgfclient/webmetar.cpp +++ b/src/libs/tgfclient/webmetar.cpp @@ -28,6 +28,8 @@ #include "tgfclient.h" #include "webmetar.h" +#include // snprintf + const double CAVOK_VISIBILITY = 9999.0; const int WEBMETAR_IDLE = 0;