Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#ifndef IR_H
|
||||
#define IR_H
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ralloc.h"
|
||||
#include "glsl_types.h"
|
||||
|
Reference in New Issue
Block a user