diff dmd/declaration.h @ 1630:44b145be2ef5

Merge dmd 1.056.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 06 Feb 2010 15:53:52 +0000
parents fb2e6707ad17
children
line wrap: on
line diff
--- a/dmd/declaration.h	Wed Jan 06 19:53:35 2010 +0100
+++ b/dmd/declaration.h	Sat Feb 06 15:53:52 2010 +0000
@@ -15,9 +15,11 @@
 #pragma once
 #endif /* __DMC__ */
 
+#if IN_LLVM
 #include <set>
 #include <map>
 #include <string>
+#endif
 
 #include "dsymbol.h"
 #include "lexer.h"