48 #ifndef __ALGORITHM_BASE_H__ 49 #define __ALGORITHM_BASE_H__ 51 #include "services/env_detect.h" 52 #include "algorithms/algorithm_container_base_common.h" 53 #include "algorithms/algorithm_container_base_batch.h" 54 #include "algorithms/algorithm_base_common.h" 55 #include "algorithms/algorithm_base_mode.h" 56 #include "algorithms/algorithm_base_mode_impl.h" 57 #include "algorithms/algorithm_base_mode_batch.h" 58 #include "algorithms/algorithm_base_mode_online.h" 59 #include "algorithms/algorithm_base_mode_distributed.h"
For more complete information about compiler optimizations, see our Optimization Notice.