Skip to content

Commit

Permalink
Add missing pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Jun 1, 2023
1 parent 78b2f42 commit b1a5133
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 b1a5133

Please sign in to comment.