mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
- Convert to new LIB_DEPENDS format - Fix build with clang (no longer depends on GCC) - Statically link against own library libcommon.a, to avoid installing a library with such a generic name as libcommon.so PR: 183474 [1] Submitted by: Pierre Smars <smars@yuntech.edu.tw> [1]
10 lines
347 B
C++
10 lines
347 B
C++
--- meshlabplugins/edit_arc3D/fillImage.cpp.orig 2013-10-31 10:47:05.000000000 +0100
|
|
+++ meshlabplugins/edit_arc3D/fillImage.cpp 2013-10-31 10:52:27.000000000 +0100
|
|
@@ -22,6 +22,7 @@
|
|
****************************************************************************/
|
|
|
|
#include "fillImage.h"
|
|
+#include <cstdlib>
|
|
#include <cmath>
|
|
#include <limits>
|
|
|