We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f8b51 commit a185149Copy full SHA for a185149
1 file changed
include/utils/compare_types.h
@@ -19,15 +19,16 @@
19
#ifndef LIBMESH_COMPARE_TYPES_H
20
#define LIBMESH_COMPARE_TYPES_H
21
22
-// System includes
23
-#include <complex>
24
-
25
#include "libmesh_config.h"
26
27
#ifdef LIBMESH_DEFAULT_QUADRUPLE_PRECISION
28
#include "libmesh_common.h" // for Real
29
#endif
30
+// System includes
+#include <complex>
+#include <type_traits>
31
+
32
namespace libMesh
33
{
34
0 commit comments