mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Fix numerous compiler warnings and errors
Depending on OS and compiler, certain types may not be included transitively by headers that were included previously. This commit produces a clean build on the latest trunk versions of GCC, Clang, and QT.
This commit is contained in:
committed by
Baldur Karlsson
parent
7076e674ca
commit
29403836c6
@@ -24,6 +24,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdio.h>
|
||||
#include "api/replay/data_types.h"
|
||||
|
||||
struct dds_data
|
||||
|
||||
Reference in New Issue
Block a user