about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/tomlcpp/0001-missing-headers.diff
blob: 3559facf3b54b5e3e0a80daa4a49582acc282fe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -Naur old-source/tomlcpp.hpp new-source/tomlcpp.hpp
--- tomlcpp/tomlcpp.hpp	1969-12-31 21:00:01.000000000 -0300
+++ tomlcpp/tomlcpp.hpp	2022-04-14 12:50:14.269775437 -0300
@@ -25,6 +25,11 @@
 #ifndef TOML_HPP
 #define TOML_HPP
 
+#include <memory>
+#include <string>
+#include <utility>
+#include <vector>
+
 struct toml_table_t;
 struct toml_array_t;