[bit-vector] add missing header includes (#5289)

This commit is contained in:
Abtin Keshavarzian
2020-07-23 22:56:03 -07:00
committed by GitHub
parent 692511070f
commit ac86fe52e6
+4 -1
View File
@@ -36,7 +36,10 @@
#include "openthread-core-config.h"
#include "debug.hpp"
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/encoding.hpp"
#include "common/equatable.hpp"
namespace ot {