[netdiag] include netdiag.h header in network_diagnostic_tlvs.hpp (#8639)

The `network_diagnostic_tlvs.hpp` defines the net diag TLVs and uses
the public definitions (constants) from `openthread/netdiag.h` but
did not include it directly. This commit ensures we include it
directly.
This commit is contained in:
Abtin Keshavarzian
2023-01-10 15:12:47 -08:00
committed by GitHub
parent 00044dc821
commit 6a21b5f9ae
@@ -36,6 +36,7 @@
#include "openthread-core-config.h"
#include <openthread/netdiag.h>
#include <openthread/thread.h>
#include "common/clearable.hpp"