common: Fix missing include.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2022-04-22 17:41:12 +02:00
parent 063ce7e4bd
commit 04c020525c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "vkd3d_platform.h"
#include <assert.h>
#include <stdio.h>
#if defined(__linux__)