Compare commits

...

2 Commits

Author SHA1 Message Date
5cf11ac014 Added stdint header file 2024-03-13 14:36:24 -05:00
0dbf8936fd Added a #define for math constants on MinGW 2024-03-13 14:36:10 -05:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#include <iostream>
#include <cstdint>
#include "includes/easysock.h"
#include "includes/connect_code.hpp"
#include "includes/server.hpp"

View File

@@ -14,6 +14,7 @@
#include <iostream>
#define _USE_MATH_DEFINES
#include <cmath>
#include <cstring>
#include <ctime>