Skip to content

Commit

Permalink
Merge pull request #19 from nickeldan/bug/missing_include
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeldan authored Apr 6, 2023
2 parents d21bf4f + a6f49b2 commit 6538a09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.5.2:
- Added missing include in test.h.

0.5.1:
- Improved the display of chars and bytes when an assertion fails.
- Made SCR_TEST_SKIP an alias for a function.
Expand Down
2 changes: 1 addition & 1 deletion include/scrutiny/scrutiny.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @brief Scrutiny's version.
*/
#define SCRUTINY_VERSION "0.5.1"
#define SCRUTINY_VERSION "0.5.2"

#include "run.h"
#include "test.h"
Expand Down
1 change: 1 addition & 0 deletions include/scrutiny/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef SCRUTINY_TEST_H
#define SCRUTINY_TEST_H

#include <stddef.h>
#include <stdint.h>

#include "definitions.h"
Expand Down

0 comments on commit 6538a09

Please sign in to comment.