mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
15 lines
304 B
Diff
15 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;
|