--- FreeImage/Source/FreeImage/PluginEXR.cpp	Wed Mar  4 00:07:08 2015
+++ FreeImage/Source/FreeImage/PluginEXR_.cpp	Tue May 24 01:07:07 2022
@@ -28,16 +28,17 @@
 #pragma warning (disable : 4800) // ImfVersion.h - 'const int' : forcing value to bool 'true' or 'false' (performance warning)
 #endif 
 
-#include "../OpenEXR/IlmImf/ImfIO.h"
-#include "../OpenEXR/Iex/Iex.h"
-#include "../OpenEXR/IlmImf/ImfOutputFile.h"
-#include "../OpenEXR/IlmImf/ImfInputFile.h"
-#include "../OpenEXR/IlmImf/ImfRgbaFile.h"
-#include "../OpenEXR/IlmImf/ImfChannelList.h"
-#include "../OpenEXR/IlmImf/ImfRgba.h"
-#include "../OpenEXR/IlmImf/ImfArray.h"
-#include "../OpenEXR/IlmImf/ImfPreviewImage.h"
-#include "../OpenEXR/Half/half.h"
+#include "ImfIO.h"
+#include "Iex.h"
+#include "ImfOutputFile.h"
+#include "ImfInputFile.h"
+#include "ImfRgbaFile.h"
+#include "ImfChannelList.h"
+#include "ImfRgba.h"
+#include "ImfArray.h"
+#include "ImfPreviewImage.h"
+#include "half.h"
+#include "ImathInt64.h"
 
 
 // ==========================================================