mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
83524af5fe
PR: ports/64330 Submitted by: Ports Fury
12 lines
296 B
C++
12 lines
296 B
C++
--- src/ICheck.cpp.orig Tue Feb 3 02:50:35 2004
|
|
+++ src/ICheck.cpp Wed Mar 17 00:08:59 2004
|
|
@@ -16,7 +16,7 @@
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
-#include <math.h>
|
|
+#include <cmath>
|
|
#include <qcursor.h>
|
|
#include "ICheck.h"
|
|
#include "Machine.h"
|