mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
bugfix: added #define _USE_MATH_DEFINES needed for msvc to use M_PI, M_LN2...
This commit is contained in:
parent
79b5b2693f
commit
8b6e420c56
@ -23,6 +23,7 @@
|
||||
You should have received a copy of the GNU Lesser General Public License (LGPL)
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define _USE_MATH_DEFINES
|
||||
|
||||
|
||||
#include <QColor>
|
||||
|
@ -24,8 +24,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#define _USE_MATH_DEFINES
|
||||
|
||||
#include "jkqtcommon/jkqtpcodestructuring.h"
|
||||
#include "jkqtcommon/jkqtpstringtools.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
You should have received a copy of the GNU Lesser General Public License (LGPL)
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define _USE_MATH_DEFINES
|
||||
|
||||
#include "jkqtcommon/jkqtpbasicimagetools.h"
|
||||
#include "jkqtcommon/jkqtpcodestructuring.h"
|
||||
|
Loading…
Reference in New Issue
Block a user