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

to the compilation process but makes these convenient constants always
available.
This commit is contained in:
Davis King 2013-03-17 14:00:32 -04:00
parent 5f87abc269
commit 28e8f34df2

View File

@ -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