Skip to content

Commit

Permalink
Fix include for base_class
Browse files Browse the repository at this point in the history
relates #441
  • Loading branch information
AzothAmmo committed Oct 17, 2019
1 parent a8f633d commit b9aaff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cereal/types/base_class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define CEREAL_TYPES_BASE_CLASS_HPP_

#include "cereal/details/traits.hpp"
#include "cereal/details/polymorphic_impl_fwd.hpp"
#include "cereal/types/polymorphic.hpp"

namespace cereal
{
Expand Down

0 comments on commit b9aaff5

Please sign in to comment.