fix(algc): trace.h was not correctly imported
This commit is contained in:
parent
a0a277b80d
commit
96eee72756
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
#- subprojects # managing builds and test for static libraries
|
||||
#- fake_function_framework # use FFF instead of CMock
|
||||
# Report options (You'll want to choose one stdout option, but may choose multiple stored options if desired)
|
||||
#- report_build_warnings_log
|
||||
- report_build_warnings_log
|
||||
#- report_tests_gtestlike_stdout
|
||||
#- report_tests_ide_stdout
|
||||
#- report_tests_log_factory
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "sha2.h"
|
||||
#include "trace.h"
|
||||
#include "../trace.h"
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue