From 39451ac7128ef753da24ae74486c51a8a40e2719 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 10 Apr 2017 16:20:18 +0200 Subject: [PATCH] Fix compilation error with strick flags caused by missing abort() --- source/blender/gpu/GPU_legacy_stubs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/gpu/GPU_legacy_stubs.h b/source/blender/gpu/GPU_legacy_stubs.h index 4718789e6f2..6201b182896 100644 --- a/source/blender/gpu/GPU_legacy_stubs.h +++ b/source/blender/gpu/GPU_legacy_stubs.h @@ -43,6 +43,8 @@ # pragma GCC diagnostic ignored "-Wunused-function" #endif +#include /* for abort(). */ + #include "BLI_utildefines.h" #define _GL_PREFIX static inline