mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
Fix compilation error on CentOS. (#622)
* Fix compilation error on CentOS. * add TODO
This commit is contained in:
committed by
Philipp Moritz
parent
5f193afb87
commit
dd7f866a92
@@ -3,6 +3,11 @@
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
// TODO(pcm): Convert getopt and sscanf in the store to use more idiomatic C++
|
||||
// and get rid of the next three lines:
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
#include "logging.h"
|
||||
#include "status.h"
|
||||
|
||||
Reference in New Issue
Block a user