From bc987ed03f67116af6608fa34a59d4bc366ff2f8 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 17 Nov 2020 14:05:38 +0100 Subject: [PATCH] *: force add the version to the single include file --- src/entt/entt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entt/entt.hpp b/src/entt/entt.hpp index 51921540c..c1dfad2f7 100644 --- a/src/entt/entt.hpp +++ b/src/entt/entt.hpp @@ -1,3 +1,4 @@ +#include "config/version.h" #include "core/algorithm.hpp" #include "core/attribute.h" #include "core/family.hpp"