Add missing pragma once to compoundfilereader.h
This commit is contained in:
parent
bd52ed2054
commit
0e0c267829
|
@ -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.
|
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
|
\endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -478,4 +480,4 @@ private:
|
||||||
const PROPERTY_SET_STREAM_HDR* m_hdr;
|
const PROPERTY_SET_STREAM_HDR* m_hdr;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue