]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/support/detail/lexer/runtime_error.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / support / detail / lexer / runtime_error.hpp
index 2ab716a51713bb119f99d2282952353e04a2edbe..ab0cfcd20172c018518a41742fb871e43203cd14 100644 (file)
@@ -6,13 +6,14 @@
 #ifndef BOOST_LEXER_RUNTIME_ERROR_HPP
 #define BOOST_LEXER_RUNTIME_ERROR_HPP
 
+#include <boost/config.hpp> // for BOOST_SYMBOL_VISIBLE
 #include <stdexcept>
 
 namespace boost
 {
 namespace lexer
 {
-class runtime_error : public std::runtime_error
+class BOOST_SYMBOL_VISIBLE runtime_error : public std::runtime_error
 {
 public:
     runtime_error (const std::string &what_arg_) :