This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 719b37c  Include assert.h in necessary place
719b37c is described below

commit 719b37cfdc20a9579af6bfd610406916f41120be
Author: Xiang Xiao <[email protected]>
AuthorDate: Wed Jun 2 13:19:21 2021 +0800

    Include assert.h in necessary place
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 graphics/twm4nx/src/ctwm4nx.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/twm4nx/src/ctwm4nx.cxx b/graphics/twm4nx/src/ctwm4nx.cxx
index 6048db0..508581e 100644
--- a/graphics/twm4nx/src/ctwm4nx.cxx
+++ b/graphics/twm4nx/src/ctwm4nx.cxx
@@ -55,6 +55,7 @@
 #include <cstdio>
 #include <cfcntl>
 #include <cstring>
+#include <cassert>
 #include <cerrno>
 
 #include <semaphore.h>

Reply via email to