mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
83524af5fe
PR: ports/64330 Submitted by: Ports Fury
12 lines
273 B
C++
12 lines
273 B
C++
--- src/GState.cpp.orig Sat Mar 6 22:41:05 2004
|
|
+++ src/GState.cpp Wed Mar 17 00:07:34 2004
|
|
@@ -16,7 +16,7 @@
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
-#include <math.h>
|
|
+#include <cmath>
|
|
|
|
#include <qpen.h>
|
|
#include <qbrush.h>
|