mirror of
https://github.com/hyprwm/hyprutils.git
synced 2026-05-09 06:28:02 +02:00
Add missing includes.
This commit is contained in:
parent
b85b779e3e
commit
c9781307a1
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
|
||||
using namespace Hyprutils::OS;
|
||||
|
||||
TEST(OS, process) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue