add some includes needed on linux

This commit is contained in:
Martin Michelsen
2022-04-03 23:44:53 -07:00
parent c23fe6211e
commit aa9c8efd03
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
#include <stdint.h>
#include <string>
#include "Player.hh"
// information on a single level for a single class
+5
View File
@@ -3,11 +3,16 @@
#include <inttypes.h>
#include <vector>
#include <string>
#include <memory>
#include <unordered_map>
#include <phosg/Encoding.hh>
#include "Client.hh"
#include "Player.hh"
#include "Map.hh"
#include "RareItemSet.hh"
#include "Text.hh"
struct Lobby {
enum Flag {
+1
View File
@@ -3,6 +3,7 @@
#include <inttypes.h>
#include <vector>
#include <string>