From: Max Kellermann Date: Wed, 30 Oct 2024 19:52:03 +0000 (+0100) Subject: common/win32: include cleanup X-Git-Tag: v20.0.0~283^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=695554fa11f01bd42c2f41d2d1a053d2e7598d1a;p=ceph.git common/win32: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/common/win32/errno.cc b/src/common/win32/errno.cc index d0942fac9af3..450941e21606 100644 --- a/src/common/win32/errno.cc +++ b/src/common/win32/errno.cc @@ -24,6 +24,7 @@ #include "include/int_types.h" #include "include/types.h" #include "include/fs_types.h" +#include "include/unordered_map.h" // We're only converting errors defined in errno.h, not standard Windows // system error codes that are usually retrievied using GetLastErrorCode().