diff --git a/plugins/libimhex/include/hex/api/content_registry.hpp b/plugins/libimhex/include/hex/api/content_registry.hpp index decc973bb..485c4c124 100644 --- a/plugins/libimhex/include/hex/api/content_registry.hpp +++ b/plugins/libimhex/include/hex/api/content_registry.hpp @@ -2,7 +2,8 @@ #include -#include +#include + #include #include #include @@ -93,7 +94,7 @@ namespace hex { struct Views { Views() = delete; - template T, typename ... Args> + template T, typename ... Args> static T* add(Args&& ... args) { return static_cast(add(new T(std::forward(args)...))); }