Disable includes inside Shiny sources when SLIC3R_PROFILE symbol is not defined.

This commit is contained in:
bubnikv
2016-11-16 22:04:38 +01:00
parent bfbe85b5c2
commit 901ec0ad37
6 changed files with 14 additions and 18 deletions

View File

@@ -22,14 +22,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#if SHINY_IS_COMPILED == TRUE
#include "ShinyNodePool.h"
#include "ShinyTools.h"
#include <memory.h>
// #include <malloc.h>
#if SHINY_IS_COMPILED == TRUE
#include <malloc.h>
/*---------------------------------------------------------------------------*/