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
This commit is contained in:
parent
24c85c4df6
commit
74d3dfd5f9
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#include "tgfclient.h"
|
||||
#include "webmetar.h"
|
||||
|
||||
#include <portability.h> // snprintf
|
||||
|
||||
const double CAVOK_VISIBILITY = 9999.0;
|
||||
|
||||
const int WEBMETAR_IDLE = 0;
|
||||
|
|
Loading…
Reference in a new issue