Fix missing include

This commit is contained in:
Luthaf
2017-05-16 14:09:46 +02:00
committed by GitHub
parent 9f6f677078
commit 40da3f54d5

View File

@@ -5,6 +5,7 @@
#include <algorithm>
#include <iostream>
#include <fstream>
#include <sstream>
namespace toml
{