mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
smtk-import: portability: include windows.h
Include windows.h if we are cross building to windows Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
6963b52d96
commit
15c0a0a6ea
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
|
#if defined(WIN32) || defined(_WIN32)
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
#include "core/gettext.h"
|
#include "core/gettext.h"
|
||||||
#include "core/divelist.h"
|
#include "core/divelist.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue