Fix compilation for clang 3.7 with libc++

This commit is contained in:
Jean-Marc Lasgouttes 2021-04-06 12:07:42 +02:00
parent 67d0b80f10
commit 557d33b7e5
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "support/docstring.h"
#include <cstdlib> // rand()
#include <list>

View File

@ -29,6 +29,7 @@
#include "support/lassert.h"
#include <algorithm>
#include <cstdlib> // exit()
#include <iterator>
#include <memory>