blob: a61bebc0610eb085d3985e8738b7412c657cd5a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- plugins/import/CirculantGraph.cpp.orig Thu Apr 3 04:49:37 2003
+++ plugins/import/CirculantGraph.cpp Mon May 26 08:01:03 2003
@@ -1,5 +1,6 @@
+#include <sys/types.h>
#include <sys/timeb.h>
-#include<qinputdialog.h>
+#include <qinputdialog.h>
#include <tulip/TulipPlugin.h>
using namespace std;
|