mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-14 23:27:38 +02:00
fixed: extending std::runtime_error instead, as std::exception ctor is undefined. also fixed some mac warnings from inheriting runtime_error.
This commit is contained in:
parent
ab529fae41
commit
d5b25069be
18 changed files with 68 additions and 41 deletions
|
@ -38,12 +38,12 @@
|
|||
#include "base/IEventQueue.h"
|
||||
#include "base/Log.h"
|
||||
#include "base/TMethodEventJob.h"
|
||||
#include "common/stdexcept.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <stdexcept>
|
||||
|
||||
//
|
||||
// CServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue