Fix include <exiv2/exiv2.hpp> to include exiv2/config.h (and consequential changes)

Fix cltest.cpp and version.cpp to report MSVC 2017 in which _MSC_VER == 1910
This commit is contained in:
clanmills
2018-08-31 19:50:43 +01:00
committed by Luis Díaz Más
parent 6f5c339859
commit 3c42fdddeb
7 changed files with 14 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@
// *****************************************************************************
// included header files
#include "exiv2/config.h"
#include "exiv2/datasets.hpp"
#include "exiv2/basicio.hpp"
#include "exiv2/bmpimage.hpp"