freebsd-ports/graphics/OpenEXR/files/patch-exrenvmap-main.cpp
Philip M. Gollucci e1652f1472 - Fix build with GCC 45
- Bump PORTREVISION

PR:             ports/148990
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (nork ; 136 days)
2010-12-10 23:03:35 +00:00

10 lines
204 B
C++

--- exrenvmap/main.cpp~
+++ exrenvmap/main.cpp
@@ -43,6 +43,7 @@
#include <makeLatLongMap.h>
#include <ImfEnvmap.h>
#include <iostream>
+#include <cstring>
#include <exception>
#include <stdlib.h>