mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
Patch by Jerry:
- Added include path for std::runtime_error
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <stdexcept>
|
||||
|
||||
//
|
||||
// CClient
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
//
|
||||
// CServer
|
||||
|
||||
Reference in New Issue
Block a user