Skip to content

Commit

Permalink
Fix stdio inclusion regression (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwoj-microsoft authored Feb 21, 2025
1 parent ff7c05b commit df99404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/common/logging/Logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#define LOGGING_H

#include <string.h>
#include <stdio.h>

// Maximum log size (1,024,000 is 1MB aka 1024 * 1000), increase or decrease as needed
#define MAX_LOG_SIZE 1024000
Expand Down
1 change: 0 additions & 1 deletion src/modules/compliance/src/lib/Engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define COMPLIANCE_ENGINE_H

#include <Mmi.h>
#include <cstdio>
#include "Logging.h"

#include "Result.h"
Expand Down

0 comments on commit df99404

Please sign in to comment.