Missing header in build on CentOS

While building RocksJava the build fails on
CentOS because of the missing stdexcept header.
main
fyrz 10 years ago
parent 8d3f8f9696
commit 9e9a83baf7
  1. 1
      util/options_helper.h

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

Loading…
Cancel
Save