From: clyne Date: Wed, 9 May 2018 14:15:05 +0000 (-0400) Subject: fixed includes X-Git-Url: https://code.bitgloo.com/clyne/sforth/commit/f8fdc3746ca3f4a3b4e913b0bf34ce475eca0bf5/clyne/sforth/commit/f8fdc3746ca3f4a3b4e913b0bf34ce475eca0bf5/git?a=commitdiff_plain;p=clyne%2Fentities.git fixed includes --- diff --git a/entities.hpp b/entities.hpp index 4291e3f..b7e5c0d 100644 --- a/entities.hpp +++ b/entities.hpp @@ -6,10 +6,11 @@ #define ENTITIES_HPP_ #include // std::find_if -#include // std::is_convertible -#include #include +#include #include +#include // std::is_convertible +#include /**