From 0d5b4462e385e0293621a49428ecaa8a28a8aa2b Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Mon, 22 Apr 2024 14:44:00 +0300 Subject: [PATCH] Misc. --- src/common/db2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/db2.h b/src/common/db2.h index 223a7de..1c81c8c 100644 --- a/src/common/db2.h +++ b/src/common/db2.h @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#pragma once + #include "common.h" #include "mmap.h"