From 6ddf84b61e6137c942cc2c48f50ce66faf143932 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 10 Jun 2012 22:20:13 +0200 Subject: [PATCH] Explicitly include cstdarg in LDMD. Hopefully compiles everywhere now. --- driver/ldmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/ldmd.cpp b/driver/ldmd.cpp index bd319c3d..fd7a537b 100644 --- a/driver/ldmd.cpp +++ b/driver/ldmd.cpp @@ -44,6 +44,7 @@ #include #include +#include #include #include #include