]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Patch by Lukas Korous: Only include <mm_malloc.h> if not on Microsoft Visual Studio.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Dec 2014 13:11:25 +0000 (07:11 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Dec 2014 13:11:25 +0000 (07:11 -0600)
include/deal.II/lac/vector.templates.h

index a331a19a8385aa526b28621b9babd2ef2513df7e..6b91b2883e291326e913e2aa3619428358c3979b 100644 (file)
 #include <algorithm>
 #include <iostream>
 #include <iomanip>
-#include <mm_malloc.h>
+
+#ifndef _MSC_VER
+#  include <mm_malloc.h>
+#endif
 
 DEAL_II_NAMESPACE_OPEN
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.