Commit 3da0fbc
committed
tests/dynports: Include missing string header
When compiling on Darwin, we get the following error:
dynports.cc:94:5: error: no member named 'to_string' in namespace 'std'
The <string> header is not included anywhere in the headers leading to
dynports.cc, so I suspect that on glibc the header is implicitly
included.
Adding an explicit inclusion fixes this and of course is also way more
portable.
Signed-off-by: aszlig <aszlig@nix.build>1 parent e30dc03 commit 3da0fbc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments