#1012. Thank you, Thomas, for reporting this a providing the patch.

This commit is contained in:
Robin Mills 2015-01-02 09:05:37 +00:00
parent c272f08572
commit f2a247fb62

View File

@ -1,12 +1,10 @@
#ifndef HTTP_H_
#define HTTP_H_
#ifndef HTTP_HPP_
#define HTTP_HPP_
#include <string>
#include <map>
#include <algorithm>
#include <exiv2/exiv2.hpp>
namespace Exiv2 {
typedef std::map<std::string,std::string> dict_t;
typedef dict_t::iterator dict_i;
@ -15,5 +13,3 @@ namespace Exiv2 {
}
#endif