diff options
Diffstat (limited to 'desktop/rss-glx/patches')
-rw-r--r-- | desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch b/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch new file mode 100644 index 0000000000000..6a6e286f873cc --- /dev/null +++ b/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch @@ -0,0 +1,10 @@ +--- 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> + |