Skip to content
Snippets Groups Projects
Commit 9eb5ac79 authored by Natalie Vock's avatar Natalie Vock
Browse files

runner: Add missing unistd.h include

parent 33ae9c2d
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include <poll.h>
#include <string>
#include <wait.h>
#include <unistd.h>
#include <libgen.h>
#include <vulkan_device.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment