swr: [rasterizer jitter] include cstdarg in builder_misc.cpp

Fixes build problem with llvm-svn.

v2: use cstdarg instead of stdarg.h

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2016-12-02 10:36:38 -06:00
parent 19a541f496
commit f1ca377ab1

View file

@ -30,6 +30,7 @@
#include "builder.h"
#include "common/rdtsc_buckets.h"
#include <cstdarg>
namespace SwrJit
{
@ -1623,4 +1624,4 @@ namespace SwrJit
}
}
}
}