freebsd-ports/graphics/gsculpt/files/patch-src::Widgets::messageBox.h
Maho Nakata c2d82a9ad6 Fix build on gcc-3.3.x
Submitted by:   Simon Barner <barner@in.tum.de>
2003-08-02 02:36:11 +00:00

12 lines
302 B
C++

--- ./src/Widgets/messageBox.h.orig Mon Jul 21 18:59:01 2003
+++ ./src/Widgets/messageBox.h Mon Jul 21 18:59:17 2003
@@ -8,7 +8,8 @@
#include <string>
#include <vector>
-
+using std::string;
+using std::vector;
/*
*******************************************************************************