mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c2d82a9ad6
Submitted by: Simon Barner <barner@in.tum.de>
13 lines
222 B
C++
13 lines
222 B
C++
--- ./src/Tools/ToolGroup.h.orig Mon Jul 21 18:34:42 2003
|
|
+++ ./src/Tools/ToolGroup.h Mon Jul 21 18:34:57 2003
|
|
@@ -13,7 +13,8 @@
|
|
|
|
#include "GridLayout.h"
|
|
|
|
-
|
|
+using std::vector;
|
|
+using std::string;
|
|
|
|
class ToolGroup
|
|
{
|