Parcourir la source

Fixed allocator header to include all allocator tools

channel
Ludovic 'Archivist' Lagouardette il y a 3 ans
Parent
révision
1cbd21a7e6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      include/gp/utils/allocators.hpp

+ 2
- 1
include/gp/utils/allocators.hpp Voir le fichier

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

Chargement…
Annuler
Enregistrer