Fixed building on macos

This commit is contained in:
Bartek Kryza
2023-05-28 19:59:58 +02:00
parent 3e97a37c5f
commit 0028cf6f3d
2 changed files with 23 additions and 22 deletions

View File

@@ -3,6 +3,7 @@
#include <memory>
#include <optional>
#include <utility>
#include <vector>
namespace clanguml {
namespace t20012 {
@@ -101,4 +102,4 @@ void tmain()
// });
}
}
}
}