summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/toml.h
blob: 5c28531f1ca0a4bb99c0a7bad2ff77247804e887 (plain)
1
2
3
4
5
6
7
// this file is just for backwards compatibility.
#ifndef TOMLPLUSPLUS_H
#define TOMLPLUSPLUS_H

#include "toml.hpp"

#endif