1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

fix pcb_reader linux build, changed line endings

This commit is contained in:
Tahir Akhlaq 2017-11-04 08:13:35 +00:00
parent eadec08a97
commit 350f904be2

View file

@ -1,6 +1,9 @@
#include <stdio.h> #include <stdio.h>
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include <iostream>
#include <chrono>
#include <fstream>
#include "pcb.h" #include "pcb.h"
#include "lgb.h" #include "lgb.h"
@ -13,14 +16,9 @@
#include <ExdData.h> #include <ExdData.h>
#include <ExdCat.h> #include <ExdCat.h>
#include <Exd.h> #include <Exd.h>
#include <boost/algorithm/string.hpp> //#include <boost/algorithm/string.hpp>
#else
#include <fstream>
#endif #endif
#include <iostream>
#include <chrono>
using namespace std::chrono_literals; using namespace std::chrono_literals;
struct face struct face