mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
Fix missing <math.h> header in qrenderdoc for Arch/clang++
Add the <math.h> header to some of the source files for the target qrenderdoc. The build would not have succeded without these headers declaration under Arch Linux/clang++.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "CustomPaintWidget.h"
|
||||
#include <math.h>
|
||||
#include <QPainter>
|
||||
#include "Code/CaptureContext.h"
|
||||
#include "renderdoc_replay.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "RangeHistogram.h"
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "TextureViewer.h"
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <QClipboard>
|
||||
#include <QColorDialog>
|
||||
#include <QJsonDocument>
|
||||
|
||||
Reference in New Issue
Block a user