diff options
Diffstat (limited to 'gpu/command_buffer/client/id_allocator.cc')
-rw-r--r-- | gpu/command_buffer/client/id_allocator.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/command_buffer/client/id_allocator.cc b/gpu/command_buffer/client/id_allocator.cc index 64796e9..e6f9b6c 100644 --- a/gpu/command_buffer/client/id_allocator.cc +++ b/gpu/command_buffer/client/id_allocator.cc @@ -4,7 +4,8 @@ // This file contains the implementation of IdAllocator. -#include "gpu/command_buffer/client/id_allocator.h" +#include "../client/id_allocator.h" +#include "../common/logging.h" namespace gpu { |