aboutsummaryrefslogtreecommitdiff
path: root/include/fruit/fruit_forward_decls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fruit/fruit_forward_decls.h')
-rw-r--r--include/fruit/fruit_forward_decls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fruit/fruit_forward_decls.h b/include/fruit/fruit_forward_decls.h
index 1ce7a28..ff6b450 100644
--- a/include/fruit/fruit_forward_decls.h
+++ b/include/fruit/fruit_forward_decls.h
@@ -71,6 +71,9 @@ struct RegisterFactory;
template <typename Comp, typename OtherComp>
struct InstallComponent;
+template <typename Comp, typename... OtherCompParams>
+struct InstallComponentHelper;
+
class ComponentStorage;
class NormalizedComponentStorage;
class InjectorStorage;