Skip to content

Commit

Permalink
Use absolute path to "MenuPrinting.h" in "MenuGadget.h".
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamyCecil committed Aug 13, 2024
1 parent 09ccafa commit f5322e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SeriousSam/GUI/Components/MenuGadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#endif

#include "MenuPrinting.h"
#include "GUI/Menus/MenuPrinting.h"

#define DOING_NOTHING 0
#define PRESS_KEY_WAITING 1
Expand Down

0 comments on commit f5322e2

Please sign in to comment.