mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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:
parent
5f87abc269
commit
28e8f34df2
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user