FindBlender: Include <sstream>

This commit is contained in:
Luke Street 2021-10-27 10:54:34 -04:00
parent 2d7b4bce8f
commit d10e8168ba
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#include "hecl/Blender/FindBlender.hpp"
#include "hecl/SteamFinder.hpp"
#include "hecl/hecl.hpp"
#include <sstream>
namespace hecl::blender {