mirror of https://github.com/AxioDL/metaforce.git
FindBlender: Include <sstream>
This commit is contained in:
parent
2d7b4bce8f
commit
d10e8168ba
|
@ -1,6 +1,8 @@
|
||||||
#include "hecl/Blender/FindBlender.hpp"
|
#include "hecl/Blender/FindBlender.hpp"
|
||||||
|
|
||||||
#include "hecl/SteamFinder.hpp"
|
#include "hecl/SteamFinder.hpp"
|
||||||
#include "hecl/hecl.hpp"
|
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
namespace hecl::blender {
|
namespace hecl::blender {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue