fix style: add pragma once

This commit is contained in:
cmsxbc 2022-01-26 00:47:43 +08:00
parent 4c34d8f563
commit c3e541376d
No known key found for this signature in database
GPG Key ID: A58268D081411C9C

View File

@ -1,3 +1,4 @@
#pragma once
#if defined(__ELF__) && !defined(__FreeBSD__)
#include <Common/Dwarf.h>