[Mesh] [Spread] fix compilation with PCH

- add 2 missing includes to be able to compile with precompiled headers
This commit is contained in:
Uwe
2023-02-27 23:03:56 +01:00
parent acbf7e6f80
commit 8f4c9d811b
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
// STL
#include <algorithm>
#include <iomanip>
#include <list>
#include <map>
#include <sstream>

View File

@@ -39,6 +39,7 @@
// STL
#include <algorithm>
#include <deque>
#include <iomanip>
#include <map>
#include <memory>
#include <set>