From 254a8699c9b869fde4547cf87289f455d690f7f9 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Thu, 29 Aug 2019 21:59:54 -0400 Subject: [PATCH] [java][mmlspark] fix lightgbm on windows (#2364) --- swig/lightgbmlib.i | 1 + 1 file changed, 1 insertion(+) diff --git a/swig/lightgbmlib.i b/swig/lightgbmlib.i index 049c4e9b724..ed8beb5f149 100644 --- a/swig/lightgbmlib.i +++ b/swig/lightgbmlib.i @@ -17,6 +17,7 @@ %include "various.i" %include "carrays.i" %include "cpointer.i" +%include "stdint.i" /* Note: instead of using array_functions for string array we apply a typemap instead. Future char** parameter names should be added to the typemap.