base: add missing include in base/id_space.h

This commit is contained in:
Norman Feske 2019-08-16 11:39:34 +02:00 committed by Christian Helmuth
parent e499a04de7
commit 55e99e16ef
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define _INCLUDE__BASE__ID_SPACE_H_
#include <util/noncopyable.h>
#include <util/meta.h>
#include <base/lock.h>
#include <base/log.h>
#include <util/avl_tree.h>