]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/win32: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 30 Oct 2024 19:52:03 +0000 (20:52 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:33 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/win32/errno.cc

index d0942fac9af3165568e625c531f4285b84172a6c..450941e2160678f33e883e690cf80eb2d5390a59 100644 (file)
@@ -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().