slackbuilds_ponce/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch

11 lines
188 B
Diff
Raw Normal View History

--- a/src/Implicit/impSurface.h
+++ b/src/Implicit/impSurface.h
@@ -25,6 +25,7 @@
#ifdef WIN32
#include <windows.h>
#endif
+#include <cstddef>
#include <vector>
#include <GL/gl.h>