fix_1211_c++11_0.27. I'll explain this in the PR.

This commit is contained in:
Robin Mills
2020-05-28 14:16:08 +01:00
parent 406da658f3
commit 7bf40a2408
8 changed files with 17 additions and 17 deletions
+1 -3
View File
@@ -1,14 +1,12 @@
// ***************************************************************** -*- C++ -*-
// xmpdump.cpp
// Sample program to dump the XMP packet of an image
#include <exiv2/exiv2.hpp>
#include <cassert>
#include <iostream>
#include <string>
#include "error.hpp"
#include "image.hpp"
int main(int argc, char* const argv[])
{
Exiv2::XmpParser::initialize();