Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
parent
5a1fbf0f70
commit
497baf4e4a
25 changed files with 8 additions and 58 deletions
|
|
@ -21,7 +21,7 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <climits>
|
||||
#include <limits.h>
|
||||
#include "main/compiler.h"
|
||||
#include "glsl_types.h"
|
||||
#include "loop_analysis.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue