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:
parent
8d3f8f9696
commit
9e9a83baf7
@ -6,6 +6,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include "util/mutable_cf_options.h"
|
||||
#include "rocksdb/status.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user