about summary refs log tree commit diff
path: root/pkgs/development/libraries/tomlcpp/0001-missing-headers.diff
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/tomlcpp/0001-missing-headers.diff')
-rw-r--r--pkgs/development/libraries/tomlcpp/0001-missing-headers.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tomlcpp/0001-missing-headers.diff b/pkgs/development/libraries/tomlcpp/0001-missing-headers.diff
new file mode 100644
index 0000000000000..3559facf3b54b
--- /dev/null
+++ b/pkgs/development/libraries/tomlcpp/0001-missing-headers.diff
@@ -0,0 +1,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;
+