Skip to content

Commit

Permalink
Add forgotten pragma onces
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Pavelka committed Jul 14, 2023
1 parent cfdd357 commit e974406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/low/low.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <string>

std::string message();
2 changes: 2 additions & 0 deletions include/mid/mid.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#pragma once

void print_message();

0 comments on commit e974406

Please sign in to comment.