Fix test_param.cc header path (#3317)

This commit is contained in:
trivialfis
2018-05-28 10:26:29 -07:00
committed by Philip Hyunsu Cho
parent 8efbadcde4
commit 34aeee2961
+1 -1
View File
@@ -1,5 +1,5 @@
// Copyright by Contributors
#include "../../src/tree/param.h"
#include "../../../src/tree/param.h"
#include "../helpers.h"