Skip to content

Commit a45e6dd

Browse files
committed
Fix compilation problem by including lib/core/DataModelTypes.h
1 parent 78742f6 commit a45e6dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/energy-management-app/energy-management-common/include/DEMManufacturerDelegate.h

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#pragma once
2020

21+
#include <lib/core/DataModelTypes.h>
22+
2123
using chip::Protocols::InteractionModel::Status;
2224

2325
namespace chip {

0 commit comments

Comments
 (0)