(Qt) Add HAVE_CONFIG_H to shaderparamsdialog.cpp
This commit is contained in:
parent
b33eb9bacf
commit
8919078f48
|
@ -23,6 +23,10 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../../config.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <streams/file_stream.h>
|
||||
|
|
Loading…
Reference in New Issue