瀏覽代碼

Fix build error by adding assert.h include

ZuluSCSI's based on the GD32F205 were failing to build because
of a missing assert.h include in src/QuirksCheck.cpp.

Added the include and the builds were successful.
Morio 2 年之前
父節點
當前提交
3fff98b6e8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/QuirksCheck.cpp

+ 1 - 0
src/QuirksCheck.cpp

@@ -25,6 +25,7 @@
 #include "ZuluSCSI_disk.h"
 #include "ZuluSCSI_log.h"
 #include "QuirksCheck.h"
+#include <assert.h>
 #include <stdint.h>