Skip to content

Commit

Permalink
Make sure os.hpp is included for amalgamate. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelfor3v3r authored Feb 23, 2025
1 parent 9072c28 commit ff82ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
PUBLIC_INCLUDE_PATHS = [
SAFETYHOOK_ROOT / 'include',
SAFETYHOOK_ROOT / 'include' / 'safetyhook',
]
]
INTERNAL_INCLUDE_PATHS = [SAFETYHOOK_ROOT / 'src']
INCLUDE_REGEXP = re.compile(r'^#\s*include\s*"((?:safety).*)"\s*$')
OUTPUT_DIR = SAFETYHOOK_ROOT / 'amalgamated-dist'
Expand Down
1 change: 1 addition & 0 deletions include/safetyhook.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include "safetyhook/os.hpp"
#include "safetyhook/easy.hpp"
#include "safetyhook/inline_hook.hpp"
#include "safetyhook/mid_hook.hpp"
Expand Down

0 comments on commit ff82ac8

Please sign in to comment.