Silvan Calarco
a2ea965be3
added patchset from sources.gentoo.org/cgi-bin/viewvc.cgi/src/patchsets/libvisual-plugins/0.4.0 [release 0.4.0-4mamba;Tue Dec 14 2010]
16 lines
495 B
Diff
16 lines
495 B
Diff
https://bugs.gentoo.org/show_bug.cgi?id=179629
|
|
|
|
Index: libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/math/Expression.cpp
|
|
===================================================================
|
|
--- libvisual-plugins-0.4.0.orig/plugins/actor/G-Force/Common/math/Expression.cpp
|
|
+++ libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/math/Expression.cpp
|
|
@@ -4,6 +4,8 @@
|
|
#include <gettext.h>
|
|
#include <stdlib.h>
|
|
|
|
+#include <stdint.h>
|
|
+
|
|
#include "Expression.h"
|
|
|
|
#include "ExpressionDict.h"
|