Improved the code quality and TeaSpeak now builds with clang

This commit is contained in:
WolverinDEV
2020-11-26 10:35:01 +01:00
parent 39d1959dde
commit 76f22ff337
10 changed files with 40 additions and 21 deletions
+7 -3
View File
@@ -1,5 +1,6 @@
#include <dlfcn.h>
#include <client/linux/handler/exception_handler.h>
//include <iterator> /* Required for breakpad */
//#include <client/linux/handler/exception_handler.h>
#include <iostream>
#include <misc/strobf.h>
#include <CXXTerminal/QuickTerminal.h>
@@ -14,7 +15,10 @@
#include "src/terminal/CommandHandler.h"
#include "src/client/InternalClient.h"
#include "src/SignalHandler.h"
#include "src/build.h"
#include <dlfcn.h>
#include <sys/time.h>
#include <sys/resource.h>
using namespace std;
using namespace std::chrono;