fix some build errors

pull/67/head
Thomas Fussell 2016-08-10 00:32:09 -10:00
parent 20b9217cd8
commit 05ea6d0dbd
2 changed files with 4 additions and 3 deletions

View File

@ -25,11 +25,12 @@
#include <string>
#include <xlnt/xlnt_config.hpp>
#include <xlnt/utils/path.hpp>
namespace xlnt {
/// <summary>
///
///
/// </summary>
class XLNT_CLASS uri
{

View File

@ -23,10 +23,10 @@
#pragma once
#include <string>
#include <utility>
#include <vector>
#include <xlnt/xlnt_config.hpp>
#include <xlnt/utils/hashable.hpp>
namespace xlnt {
@ -92,7 +92,7 @@ public:
/// <summary>
/// Return a pair of strings resulting from splitting the filename on the last dot.
/// </summary>
std::pair<std::string> split_extension() const;
std::pair<std::string, std::string> split_extension() const;
// conversion