mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Add missing pragma once to compoundfilereader.h
This commit is contained in:
parent
bd52ed2054
commit
0e0c267829
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user