commit 8144e2e475093ab28cd1d0023275722ba785b38a parent 07691814fbb2f1152576fefa50d2fcca9febc954 Author: cfillion <cfillion@users.noreply.github.com> Date: Sun, 17 Mar 2019 20:01:29 -0700 fix vs2019 builds Diffstat:
M | src/path.hpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/path.hpp b/src/path.hpp @@ -19,6 +19,7 @@ #define REAPACK_PATH_HPP #include <list> +#include <ostream> #include <string> class UseRootPath;