mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 06:31:26 +02:00
Add missing header includer for C libraries.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#define GRAPHICS_H
|
||||
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#if defined(OGLR)
|
||||
#include "OpenGLHeaders.h"
|
||||
#endif
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#include <iostream>
|
||||
#include <stack>
|
||||
#include <cstdio>
|
||||
|
||||
#include "Config.h"
|
||||
#include <stack>
|
||||
|
||||
#include "interface/Window.h"
|
||||
#include "interface/Platform.h"
|
||||
#include "interface/Engine.h"
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#ifndef SIMULATION_H_
|
||||
#define SIMULATION_H_
|
||||
#include <cstring>
|
||||
#include <cstddef>
|
||||
#include "Config.h"
|
||||
#include "Renderer.h"
|
||||
#include "Graphics.h"
|
||||
|
Reference in New Issue
Block a user