mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
fix: add missing include file
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
#include <toml.hpp>
|
#include <toml.hpp>
|
||||||
|
|
||||||
|
#include <clocale>
|
||||||
|
|
||||||
TEST_CASE("testing serialization")
|
TEST_CASE("testing serialization")
|
||||||
{
|
{
|
||||||
using namespace toml::literals::toml_literals;
|
using namespace toml::literals::toml_literals;
|
||||||
|
Reference in New Issue
Block a user