Skip to content

Commit 88130b9

Browse files
committed
Fix missing include in CompatEnumNames.h
This PR adds the missing cluster-enums.h header.
1 parent 84fb78f commit 88130b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/common/CompatEnumNames.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*/
2222
#pragma once
2323

24+
#include <app-common/zap-generated/cluster-enums.h>
2425
#include <lib/support/TypeTraits.h>
2526

2627
namespace chip {

0 commit comments

Comments
 (0)