mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-25 13:50:05 +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
|
||||
#define TOML11_SOURCE_LOCATION_HPP
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
|
||||
#include "region.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user