File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
25
25
#include < cstddef>
26
26
#include < cassert>
27
+ #include < cinttypes>
27
28
#include < string.h>
28
29
#include < stddef.h>
29
30
#include < stdio.h>
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
-----------------------------------------------------------------------------------------------*/
23
23
#pragma once
24
24
25
- #include < string.h>
26
- #include < cinttypes>
25
+ #include < cppcore/CPPCoreCommon.h>
27
26
28
27
namespace cppcore {
29
28
@@ -40,7 +39,7 @@ inline size_t align(size_t n) {
40
39
// /
41
40
// / @brief Utility class for common memory operations.
42
41
// -------------------------------------------------------------------------------------------------
43
- class MemUtils {
42
+ class DLL_CPPCORE_EXPORT MemUtils {
44
43
public:
45
44
// / @brief Will clear the given buffer with zero.
46
45
// / @param buffer [inout] The buffer to clear.
You can’t perform that action at this time.
0 commit comments