mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
6070a4d578
PR: 110342 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
262 B
C++
11 lines
262 B
C++
--- src/paraboliczoomstate.cpp.orig Fri Nov 17 20:10:57 2006
|
|
+++ src/paraboliczoomstate.cpp Thu Mar 15 17:24:14 2007
|
|
@@ -20,6 +20,7 @@
|
|
#include "paraboliczoomstate.h"
|
|
|
|
#include <iostream>
|
|
+#include <typeinfo>
|
|
#include <unistd.h>
|
|
|
|
#include <qapplication.h>
|