mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add missing includes
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <QPointer>
|
||||
#include <QVBoxLayout>
|
||||
#include "Code/Interface/QRDInterface.h"
|
||||
#include "Code/QRDUtils.h"
|
||||
|
||||
CustomPaintWidgetInternal::CustomPaintWidgetInternal(CustomPaintWidget &parentCustom, bool rendering)
|
||||
: m_Custom(parentCustom), m_Rendering(rendering)
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QFrame>
|
||||
#include "renderdoc_replay.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user