From f9b3884b5e3c8a5b447ae02ad2cfbefae7392a2e Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Thu, 10 Sep 2020 21:45:42 -0700 Subject: [PATCH] [build] try to fix win build --- src/filesystem/path.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/filesystem/path.h b/src/filesystem/path.h index fdd2c386..d7fb4605 100644 --- a/src/filesystem/path.h +++ b/src/filesystem/path.h @@ -10,6 +10,7 @@ #pragma once #include "fwd.h" +#include #include #include #include