Skip to content

Commit 4c6bc70

Browse files
committed
Fix win builds
1 parent 24d8ca6 commit 4c6bc70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cppconn/config.h.cm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
#include <stdint.h>
6363
#endif
6464

65-
#ifdef HAVE_INTTYPES_H
65+
66+
#if defined(HAVE_INTTYPES_H) && !defined(_WIN32)
6667
#include <inttypes.h>
6768
#endif
6869

0 commit comments

Comments
 (0)