Browse Source

Fix the missing va_list in the windows build

James Urquhart 12 years ago
parent
commit
e154b1c1bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      engine/source/platform/types.visualc.h

+ 1 - 0
engine/source/platform/types.visualc.h

@@ -23,6 +23,7 @@
 #ifndef INCLUDED_TYPES_VISUALC_H
 #define INCLUDED_TYPES_VISUALC_H
 
+#include <stdarg.h> // for va_list
 
 // For more information on VisualC++ predefined macros
 // http://support.microsoft.com/default.aspx?scid=kb;EN-US;q65472