Missing header in build on CentOS

While building RocksJava the build fails on
CentOS because of the missing stdexcept header.
This commit is contained in:
fyrz 2014-11-18 22:21:02 +01:00
parent 8d3f8f9696
commit 9e9a83baf7

View File

@ -6,6 +6,7 @@
#pragma once
#include <string>
#include <stdexcept>
#include "util/mutable_cf_options.h"
#include "rocksdb/status.h"