ソースを参照

Fixed allocator header to include all allocator tools

channel
Ludovic 'Archivist' Lagouardette 3年前
コミット
1cbd21a7e6
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      include/gp/utils/allocators.hpp

+ 2
- 1
include/gp/utils/allocators.hpp ファイルの表示

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

読み込み中…
キャンセル
保存