fix travis

This commit is contained in:
tqchen 2016-02-29 15:51:36 -08:00
parent 225f5258c7
commit 1392e9f3da

View File

@ -42,6 +42,10 @@ struct Error : public std::runtime_error {
#include <glog/logging.h>
namespace dmlc {
/*!
* \brief optionally redirect to google's init log
* \param argv0 The arguments.
*/
inline void InitLogging(const char* argv0) {
google::InitGoogleLogging(argv0);
}