[opengtl-commits] [213] fix missing <cstdarg> |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 213
Author: cyrille
Date: 2008-06-21 17:54:09 +0200 (Sat, 21 Jun 2008)
Log Message:
-----------
fix missing <cstdarg>
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp 2008-06-21 15:51:05 UTC (rev 212)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp 2008-06-21 15:54:09 UTC (rev 213)
@@ -19,6 +19,8 @@
#include "Function_p.h"
+#include <cstdarg>
+
#include <llvm/DerivedTypes.h>
#include <llvm/Module.h>
#include <llvm/Type.h>