mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd: Add a place for imports into namespace ircd.
This commit is contained in:
parent
a789f0d0ed
commit
1f11e88ea5
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@
|
||||||
#include <rb/rb.h>
|
#include <rb/rb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
namespace ircd
|
||||||
|
{
|
||||||
|
using std::begin;
|
||||||
|
using std::end;
|
||||||
|
using std::get;
|
||||||
|
}
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "defaults.h"
|
#include "defaults.h"
|
||||||
#include "exception.h"
|
#include "exception.h"
|
||||||
|
|
Loading…
Reference in a new issue