Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Commit 14f1428

Browse files
alavissmgorny
authored andcommitted
modulesdir, std: fix build on musl/libcxx
1 parent 34e4344 commit 14f1428

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ek2/files/modulesdir.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "ek2/util/directorystream.h"
1313
#include "ek2/util/error.h"
1414

15+
#include <cerrno>
1516
#include <memory>
1617

1718
ModulesDir::ModulesDir(std::shared_ptr<RelativePath> path)

src/ek2/layouts/std.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "ek2/util/error.h"
1717

1818
#include <algorithm>
19+
#include <array>
1920
#include <cassert>
2021
#include <memory>
2122
#include <vector>

0 commit comments

Comments
 (0)