From 751f379cddab837964dd2c25a563d964bf3facd9 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 17 Jun 2018 18:54:16 +0100 Subject: [PATCH] Trace restrict: Fix wrong position of safeguards header include --- src/tracerestrict.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tracerestrict.cpp b/src/tracerestrict.cpp index a2960006e7..8266c2b46f 100644 --- a/src/tracerestrict.cpp +++ b/src/tracerestrict.cpp @@ -22,11 +22,11 @@ #include "string_func.h" #include "pathfinder/yapf/yapf_cache.h" -#include "safeguards.h" - #include #include +#include "safeguards.h" + /** @file * * Trace Restrict Data Storage Model Notes: