mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
Fix compilation error on CentOS. (#622)
* Fix compilation error on CentOS. * add TODO
This commit is contained in:
parent
5f193afb87
commit
dd7f866a92
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue