Skip to content

Commit

Permalink
Fix broken compilation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jul 13, 2018
1 parent 87f8df5 commit 95e296f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compilation_tests/invalid_component_access.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <alia/component_collection.hpp>

#include <boost/any.hpp>

using namespace alia;

struct foo_tag
Expand All @@ -17,7 +19,7 @@ struct bar
int i = 0;
};

using storage_type = generic_component_storage<any>;
using storage_type = generic_component_storage<boost::any>;
using cc_empty = empty_component_collection<storage_type>;

void
Expand Down

0 comments on commit 95e296f

Please sign in to comment.