Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -32,8 +32,6 @@
|
||||
#include "ir_expression_flattening.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
using std::strcmp;
|
||||
|
||||
class signature_entry : public exec_node
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user