Skip to content

Commit

Permalink
SporeModManager: add sstream include to String.cpp and UI.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 14, 2023
1 parent d40c1cb commit 853ee57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModManager/SporeModManagerHelpers/String.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
#include "SporeModManagerHelpers.hpp"

#include <iostream>
#include <sstream>
#include <algorithm>

using namespace SporeModManagerHelpers;
Expand Down
1 change: 1 addition & 0 deletions SporeModManager/SporeModManagerHelpers/UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "SporeModManagerHelpers.hpp"

#include <iostream>
#include <sstream>

using namespace SporeModManagerHelpers;

Expand Down

0 comments on commit 853ee57

Please sign in to comment.