From 88285993802b95cc18a42de7f975d6d200b420b0 Mon Sep 17 00:00:00 2001 From: Maksim Kita Date: Wed, 5 May 2021 00:25:12 +0300 Subject: [PATCH] Fixed style check --- src/Interpreters/JIT/compileFunction.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Interpreters/JIT/compileFunction.h b/src/Interpreters/JIT/compileFunction.h index 7fe3f36df60..0bd7967c064 100644 --- a/src/Interpreters/JIT/compileFunction.h +++ b/src/Interpreters/JIT/compileFunction.h @@ -1,3 +1,5 @@ +#pragma once + #if !defined(ARCADIA_BUILD) # include "config_core.h" #endif