mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-28 23:21:04 +00:00
Add missing include for ostringstream
Since region.hpp no longer includes <iostream> (but only <iomanip>), source_location.hpp no longer includes a header that provides std::ostringstream. Including <sstream> fixes this.
This commit is contained in:
parent
be0d4bd0a9
commit
935da51769
@ -3,6 +3,7 @@
|
|||||||
#ifndef TOML11_SOURCE_LOCATION_HPP
|
#ifndef TOML11_SOURCE_LOCATION_HPP
|
||||||
#define TOML11_SOURCE_LOCATION_HPP
|
#define TOML11_SOURCE_LOCATION_HPP
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#include "region.hpp"
|
#include "region.hpp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user