Skip to content

Commit bba499e

Browse files
committed
try including a specific file for mingw
1 parent e91fd3d commit bba499e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
#pragma once
2929

3030
#ifdef HAVE_CGNS
31+
#ifdef __MINGW32__
32+
#include <basetsd.h>
33+
#endif
3134
#include "cgnslib.h"
3235
#endif
3336

0 commit comments

Comments
 (0)