Skip to content

Commit d4a2eda

Browse files
committed
Fixes #544
Including `<iostream>` allows LDC to compile correctly on some Macs running OS X Mavericks.
1 parent 704ab30 commit d4a2eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen/logger.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define LDC_GEN_LOGGER_H
1717

1818
#include <iosfwd>
19+
#include <iostream>
1920

2021
namespace llvm {
2122
class Type;

0 commit comments

Comments
 (0)