billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
633 stars 92 forks source link

Fix std::logic_error not found error #126

Open lailongwei opened 2 years ago

lailongwei commented 2 years ago

Compiler GCC version:gcc (GCC) 11.2.0 In this version compiler, cause std::logic_error type not found error, add header file include to fix this compile error.