Commit 28e8f34d authored by Davis King's avatar Davis King

Made algs.h include numeric_constants.h since it adds essentially no overhead

to the compilation process but makes these convenient constants always
available.
parent 5f87abc2
......@@ -72,6 +72,7 @@ namespace std
#include "noncopyable.h"
#include "enable_if.h"
#include "uintn.h"
#include "numeric_constants.h"
#include "memory_manager_stateless/memory_manager_stateless_kernel_1.h" // for the default memory manager
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment