blob: 2e47cae968fcbfc7bdb0c1326b14835434bf322d (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | --- ./src/Mod/Part/Gui/ViewProviderBox.cpp.orig	Sat Feb 24 11:33:17 2007
+++ ./src/Mod/Part/Gui/ViewProviderBox.cpp	Sun Apr 22 15:01:24 2007
@@ -20,6 +20,9 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <vector>
+#include <string>
+using namespace std;
 
 #include "PreCompiled.h"
 
 |