aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/viewklass/files/patch-Vk::VkNameList.h
blob: 7634a25fadffe26d93853828ad2a7e1752c7cac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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();