(Qt) Add HAVE_CONFIG_H to shaderparamsdialog.cpp

This commit is contained in:
twinaphex 2019-07-21 12:32:24 +02:00
parent b33eb9bacf
commit 8919078f48

View File

@ -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>