Browse Source

app_update: Add soc_caps dependency to esp_ota_ops.h

Angus Gratton 4 years ago
parent
commit
86061a720b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/app_update/include/esp_ota_ops.h

+ 1 - 0
components/app_update/include/esp_ota_ops.h

@@ -14,6 +14,7 @@
 #include "esp_partition.h"
 #include "esp_image_format.h"
 #include "esp_flash_partitions.h"
+#include "soc/soc_caps.h"
 
 #ifdef __cplusplus
 extern "C"