mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix compilation for clang 3.7 with libc++
This commit is contained in:
parent
67d0b80f10
commit
557d33b7e5
@ -16,6 +16,7 @@
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <cstdlib> // rand()
|
||||
#include <list>
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "support/lassert.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib> // exit()
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user