mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
f13bc12ff7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
304 B
Diff
14 lines
304 B
Diff
diff -pruN old/src/exr.cpp new/src/exr.cpp
|
|
--- old/src/exr.cpp 2006-01-04 02:16:52.000000000 +0200
|
|
+++ new/src/exr.cpp 2021-05-04 15:28:09.314813642 +0300
|
|
@@ -22,10 +22,8 @@
|
|
*
|
|
*/
|
|
|
|
-extern "C" {
|
|
#include "histogram-imager.h"
|
|
#include "config.h"
|
|
-}
|
|
|
|
#include <ImfRgbaFile.h>
|
|
using namespace Imf;
|