mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
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:
parent
19a541f496
commit
f1ca377ab1
1 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include "builder.h"
|
||||
#include "common/rdtsc_buckets.h"
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
namespace SwrJit
|
||||
{
|
||||
|
|
@ -1623,4 +1624,4 @@ namespace SwrJit
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue