summary refs log tree commit diff
path: root/src/GFX/Image/PPMParser.cpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-10-21 17:46:35 +0200
committerMel <einebeere@gmail.com>2022-10-21 17:46:35 +0200
commit20c53c7473fc6cc08944f502f078dfe57bcae1c9 (patch)
tree7e6b09cea68251d4564a363c1a372d6daf746dcf /src/GFX/Image/PPMParser.cpp
parent6ed978051668c08f5a957c97570f364dd580c807 (diff)
downloadmeowcraft-20c53c7473fc6cc08944f502f078dfe57bcae1c9.tar.zst
meowcraft-20c53c7473fc6cc08944f502f078dfe57bcae1c9.zip
Broken infinite world
Diffstat (limited to 'src/GFX/Image/PPMParser.cpp')
-rw-r--r--src/GFX/Image/PPMParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GFX/Image/PPMParser.cpp b/src/GFX/Image/PPMParser.cpp
index 7fc2359..b809ef1 100644
--- a/src/GFX/Image/PPMParser.cpp
+++ b/src/GFX/Image/PPMParser.cpp
@@ -1,5 +1,5 @@
 #include <cctype>
-#include <string>
+#include <stdexcept>
 #include "PPMParser.hpp"
 
 namespace MC::GFX::Image {