Fix build for external boost 1.56.0
[alexxy/gromacs.git] / src / gromacs / utility / fatalerror.cpp
index d37329b6e0d507c72011440ab17e5697abb8c2fd..f242e2d4483cd52133a7b552f647b6b067a9bd42 100644 (file)
@@ -34,6 +34,8 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
+#include "gmxpre.h"
+
 #include "fatalerror.h"
 
 #include "config.h"
@@ -204,7 +206,7 @@ static void call_error_handler(const char *key, const char *file, int line, cons
     gmx_error_handler(buf);
 }
 
-GMX_ATTRIBUTE_NORETURN static void do_exit(bool bMaster, bool bFinalize)
+gmx_noreturn static void do_exit(bool bMaster, bool bFinalize)
 {
     if (debug)
     {