summaryrefslogtreecommitdiff
path: root/x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-02 02:36:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-02 02:36:11 +0000
commitc2d82a9ad673ccef3c783db5a09b71a1f88036e0 (patch)
tree81e11a9f97e19fded46d8a8934c871e69bec40af /x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h
parentUpdate to 2.0.36. (diff)
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=86172
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h')
-rw-r--r--x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h b/x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h
new file mode 100644
index 000000000000..8482b4478e01
--- /dev/null
+++ b/x11-toolkits/viewklass/files/patch-Vk::VkAlignmentGroup.h
@@ -0,0 +1,12 @@
+--- ./Vk/VkAlignmentGroup.h.orig Wed Jul 23 02:43:07 2003
++++ ./Vk/VkAlignmentGroup.h Wed Jul 23 02:45:35 2003
+@@ -24,6 +24,9 @@
+
+ #include <Vk/VkWidgetList.h>
+ #include <Vk/VkOptionMenu.h>
++#include <iostream>
++
++using std::ostream;
+
+ class VkAlignmentGroup : public VkWidgetList {
+ public: