glsl: include stdio.h where needed
Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits>
|
||||
#include <stdio.h>
|
||||
#include "s_expression.h"
|
||||
|
||||
s_symbol::s_symbol(const char *str, size_t n)
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "standalone_scaffolding.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "util/ralloc.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user