Skip to content

Commit

Permalink
Merge pull request #1290 from bitcraze/krichardsson/include-fix
Browse files Browse the repository at this point in the history
Add missing pragma once
  • Loading branch information
krichardsson committed Jun 8, 2023
2 parents c163600 + b1a5133 commit c5d8169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/interface/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
*
* debug.h - Debugging utility functions
*/

#pragma once

#include "config.h"
#include "console.h"
#include "autoconf.h"
Expand Down

0 comments on commit c5d8169

Please sign in to comment.