forked from Lainports/freebsd-ports
- Workaround internal compiller error on -STABLE [1] - More build patches incl. fix for build with antiqe STL on -STABLE Reported by: Lee Harr <missive@hotmail.com> [1]
10 lines
257 B
C++
10 lines
257 B
C++
--- src/livarot/PathOutline.cpp.orig Sat Apr 10 04:09:41 2004
|
|
+++ src/livarot/PathOutline.cpp Sat Apr 10 04:34:35 2004
|
|
@@ -9,6 +9,7 @@
|
|
#include "Path.h"
|
|
//#include "MyMath.h"
|
|
#include <math.h>
|
|
+#include <algorithm>
|
|
#include <libnr/nr-point-fns.h>
|
|
|
|
/*
|