0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 13:18:58 +02:00

ircd: Add a place for imports into namespace ircd.

This commit is contained in:
Jason Volk 2016-08-15 16:18:14 -07:00
parent a789f0d0ed
commit 1f11e88ea5

View file

@ -27,6 +27,13 @@
#include <rb/rb.h>
#endif
namespace ircd
{
using std::begin;
using std::end;
using std::get;
}
#include "util.h"
#include "defaults.h"
#include "exception.h"