Merge pull request #171 from erik-nelson/erik/add_missing_boost_dep

Add missing boost::shared_ptr include to Values.h
release/4.3a0
Chris Beall 2019-11-22 18:23:30 -08:00 committed by GitHub
commit 55d3dce567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#pragma GCC diagnostic pop
#endif
#include <boost/ptr_container/serialize_ptr_map.hpp>
#include <boost/shared_ptr.hpp>
#include <string>
#include <utility>