mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
fix pcb_reader linux build, changed line endings
This commit is contained in:
parent
eadec08a97
commit
350f904be2
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
#include <stdio.h>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <chrono>
|
||||
#include <fstream>
|
||||
|
||||
#include "pcb.h"
|
||||
#include "lgb.h"
|
||||
|
@ -13,14 +16,9 @@
|
|||
#include <ExdData.h>
|
||||
#include <ExdCat.h>
|
||||
#include <Exd.h>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#else
|
||||
#include <fstream>
|
||||
//#include <boost/algorithm/string.hpp>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <chrono>
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
struct face
|
||||
|
|
Loading…
Add table
Reference in a new issue