From b56629654bbccc7a4ab7235fb9cd8bd9bf93d634 Mon Sep 17 00:00:00 2001 From: John Goetz Date: Tue, 16 Jan 2024 09:09:55 -0800 Subject: [PATCH] add deps to allow inclusion of io/Path.h directly --- include/vsg/io/Path.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vsg/io/Path.h b/include/vsg/io/Path.h index 1e652c7a2..a4e88f339 100644 --- a/include/vsg/io/Path.h +++ b/include/vsg/io/Path.h @@ -12,9 +12,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI */ +#include #include #include +#include namespace vsg {