add necessary-optional libraries

This commit is contained in:
Sergwest
2024-03-08 23:39:05 +03:00
parent e610b778a9
commit c6ed28d250
+2 -1
View File
@@ -1,7 +1,8 @@
#ifndef OBJECT_H
#define OBJECT_H
#include "stdlib.h"
#include <stdint.h>
#include <stdlib.h>
#include <iostream>
class Level;