mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 20:48:58 +00:00
Add missing pragma once to compoundfilereader.h
This commit is contained in:
parent
bd52ed2054
commit
0e0c267829
thirdparty/compoundfilereader
1
thirdparty/compoundfilereader/README.txt
vendored
1
thirdparty/compoundfilereader/README.txt
vendored
@ -2,3 +2,4 @@ This directory contains the microsoft/compoundfilereader project from https://gi
|
||||
|
||||
They are licensed under MIT, with the license text in this directory.
|
||||
|
||||
NOTE: These files have been modified from the original. Please review existing changes if updating code.
|
@ -28,6 +28,8 @@
|
||||
\endcode
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
@ -478,4 +480,4 @@ private:
|
||||
const PROPERTY_SET_STREAM_HDR* m_hdr;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user