base/shared_object.h: add missing includes

This commit is contained in:
Norman Feske 2017-01-31 16:00:13 +01:00
parent a1b4e905ab
commit aa29ebe751

View File

@ -14,6 +14,8 @@
#ifndef _INCLUDE__BASE__SHARED_OBJECT_H_
#define _INCLUDE__BASE__SHARED_OBJECT_H_
#include <base/env.h>
#include <base/allocator.h>
#include <base/exception.h>
#include <base/stdint.h>