mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
5061507edc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
13 lines
402 B
Diff
13 lines
402 B
Diff
Description: Add missing header. Fixes FTBFS with gcc 4.6.
|
|
Author: Ilya Barygin <barygin@gmail.com>
|
|
Bug-Ubuntu: https://launchpad.net/bugs/832874
|
|
--- supertux-0.3.3.orig/src/supertux/screen_manager.hpp
|
|
+++ supertux-0.3.3/src/supertux/screen_manager.hpp
|
|
@@ -18,6 +18,7 @@
|
|
#define HEADER_SUPERTUX_SUPERTUX_MAINLOOP_HPP
|
|
|
|
#include <memory>
|
|
+#include <cstring>
|
|
|
|
#include "scripting/thread_queue.hpp"
|
|
|