You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/pingus/files/pingus-0.7.6-noopengl.patch

11 lines
315 B

--- a/src/engine/display/display.cpp
+++ b/src/engine/display/display.cpp
@@ -28,6 +28,7 @@
#include "engine/display/delta/delta_framebuffer.hpp"
#include "engine/display/null_framebuffer.hpp"
#include "util/log.hpp"
+#include "util/raise_exception.hpp"
std::unique_ptr<Framebuffer> Display::s_framebuffer;