Fix compilation error on CentOS. (#622)

* Fix compilation error on CentOS.

* add TODO
This commit is contained in:
Robert Nishihara 2017-05-31 23:51:00 -07:00 committed by Philipp Moritz
parent 5f193afb87
commit dd7f866a92

View file

@ -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"