tag:github.com,2008:https://github.com/PlatformLab/NanoLog/releasesTags from NanoLog2020-03-17T10:30:45Ztag:github.com,2008:Repository/66080327/0.912020-05-07T05:18:57ZOriginal NanoLog (Python2 + GCC 6.4.0 support)<p>Fixed Issue <a class="issue-link js-issue-link" href="https://github.com/PlatformLab/NanoLog/issues/24">#24</a> (assert statements)</p>
<p>The C assert.h header was erroneously included within a namespace
<br />in the NanoLog library, causing compilation errors for outside users.
<br />This commit fixes the issue by moving the include statement.</p>syang0