Skip to content

Commit 8b8da22

Browse files
committed
Windows build.
1 parent 68c8efc commit 8b8da22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/cpp/data/test_simple_dmatrix.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// Copyright by Contributors
22
#include <dmlc/filesystem.h>
33
#include <xgboost/data.h>
4-
#include "../../../src/data/simple_dmatrix.h"
54

5+
#include <array>
6+
#include "xgboost/base.h"
7+
#include "../../../src/data/simple_dmatrix.h"
68
#include "../../../src/data/adapter.h"
79
#include "../helpers.h"
8-
#include "xgboost/base.h"
910

1011
using namespace xgboost; // NOLINT
1112

0 commit comments

Comments
 (0)