From 759265d6245e2a567d88c6050ec0a5ce6d256f17 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Wed, 26 Jul 2017 21:47:51 +0900 Subject: [PATCH] include version.hpp from config.hpp --- sprout/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sprout/config.hpp b/sprout/config.hpp index 43f63257..3f30bc99 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -9,5 +9,6 @@ #define SPROUT_CONFIG_HPP #include +#include #endif // #ifndef SPROUT_CONFIG_HPP