Ver a proveniência

Fixed allocator header to include all allocator tools

channel
Ludovic 'Archivist' Lagouardette há 3 anos
ascendente
cometimento
1cbd21a7e6
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      include/gp/utils/allocators.hpp

+ 2
- 1
include/gp/utils/allocators.hpp Ver ficheiro

@ -2,4 +2,5 @@
#include "gp/utils/allocators/aggregator.hpp"
#include "gp/utils/allocators/arena.hpp"
#include "gp/utils/allocators/buddy.hpp"
#include "gp/utils/allocators/dummy.hpp"
#include "gp/utils/allocators/dummy.hpp"
#include "gp/utils/allocators/bottleneck_allocator.hpp"

Carregando…
Cancelar
Guardar