repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
tomlcpp
/
0001-missing-headers.diff
blob
3559facf3b54b5e3e0a80daa4a49582acc282fe6
1
diff -Naur old-source/tomlcpp.hpp new-source/tomlcpp.hpp
2
--- tomlcpp/tomlcpp.hpp 1969-12-31 21:00:01.000000000 -0300
3
+++ tomlcpp/tomlcpp.hpp 2022-04-14 12:50:14.269775437 -0300
4
@@ -25,6 +25,11 @@
5
#ifndef TOML_HPP
6
#define TOML_HPP
7
8
+#include <memory>
9
+#include <string>
10
+#include <utility>
11
+#include <vector>
12
+
13
struct toml_table_t;
14
struct toml_array_t;
15