opensmalltalk cog-spur: update to VMMaker.oscog-eem.3504
[oi-userland.git] / components / library / FreeImage / patches / PluginEXR.cpp.patch
blob4a31492a662e62cd3e0aa9d6ee8c7d3d0f52798f
1 --- FreeImage/Source/FreeImage/PluginEXR.cpp Wed Mar 4 00:07:08 2015
2 +++ FreeImage/Source/FreeImage/PluginEXR_.cpp Tue May 24 01:07:07 2022
3 @@ -28,16 +28,17 @@
4 #pragma warning (disable : 4800) // ImfVersion.h - 'const int' : forcing value to bool 'true' or 'false' (performance warning)
5 #endif
7 -#include "../OpenEXR/IlmImf/ImfIO.h"
8 -#include "../OpenEXR/Iex/Iex.h"
9 -#include "../OpenEXR/IlmImf/ImfOutputFile.h"
10 -#include "../OpenEXR/IlmImf/ImfInputFile.h"
11 -#include "../OpenEXR/IlmImf/ImfRgbaFile.h"
12 -#include "../OpenEXR/IlmImf/ImfChannelList.h"
13 -#include "../OpenEXR/IlmImf/ImfRgba.h"
14 -#include "../OpenEXR/IlmImf/ImfArray.h"
15 -#include "../OpenEXR/IlmImf/ImfPreviewImage.h"
16 -#include "../OpenEXR/Half/half.h"
17 +#include "ImfIO.h"
18 +#include "Iex.h"
19 +#include "ImfOutputFile.h"
20 +#include "ImfInputFile.h"
21 +#include "ImfRgbaFile.h"
22 +#include "ImfChannelList.h"
23 +#include "ImfRgba.h"
24 +#include "ImfArray.h"
25 +#include "ImfPreviewImage.h"
26 +#include "half.h"
27 +#include "ImathInt64.h"
30 // ==========================================================