Fix test_param.cc header path (#3317)

This commit is contained in:
trivialfis 2018-05-29 01:26:29 +08:00 committed by Philip Hyunsu Cho
parent 8efbadcde4
commit 34aeee2961

View File

@ -1,5 +1,5 @@
// Copyright by Contributors
#include "../../src/tree/param.h"
#include "../../../src/tree/param.h"
#include "../helpers.h"