diff options
Diffstat (limited to 'tomlplusplus/include/toml++/toml.h')
| -rw-r--r-- | tomlplusplus/include/toml++/toml.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tomlplusplus/include/toml++/toml.h b/tomlplusplus/include/toml++/toml.h new file mode 100644 index 0000000000..5c28531f1c --- /dev/null +++ b/tomlplusplus/include/toml++/toml.h @@ -0,0 +1,7 @@ +// this file is just for backwards compatibility. +#ifndef TOMLPLUSPLUS_H +#define TOMLPLUSPLUS_H + +#include "toml.hpp" + +#endif |
