diff options
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-Vk::VkNameList.h')
-rw-r--r-- | x11-toolkits/viewklass/files/patch-Vk::VkNameList.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/viewklass/files/patch-Vk::VkNameList.h b/x11-toolkits/viewklass/files/patch-Vk::VkNameList.h new file mode 100644 index 000000000000..7634a25fadff --- /dev/null +++ b/x11-toolkits/viewklass/files/patch-Vk::VkNameList.h @@ -0,0 +1,12 @@ +--- ./Vk/VkNameList.h.orig Wed Jul 23 02:23:57 2003 ++++ ./Vk/VkNameList.h Wed Jul 23 02:24:28 2003 +@@ -43,6 +43,9 @@ + #include <Xm/Xm.h> + #include <Vk/VkConfig.h> + ++using std::vector; ++using std::string; ++ + class VkNameList { + public: + VkNameList(); |