From e678e9895811646fadbbf576a6c4394c5a7e04ee Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Sun, 19 Aug 2018 23:10:36 +0200 Subject: [PATCH] Ouf --- src/prediction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prediction.cpp b/src/prediction.cpp index 8d9f1cd4..06ef1818 100644 --- a/src/prediction.cpp +++ b/src/prediction.cpp @@ -4,11 +4,11 @@ * Created on: Dec 5, 2016 * Author: nullifiedcat */ +#include "common.hpp" #if ENABLE_VISUALS #include #endif #include -#include "common.hpp" static settings::Bool debug_enginepred{ "debug.engine-pred-others", "false" }; static settings::Bool debug_pp_extrapolate{ "debug.pp-extrapolate", "false" };