* BugFix: Correct a Windows compilation error in the endian swap code due to a missing include.

This commit is contained in:
Robert MacGregor 2021-10-08 17:23:16 -04:00
parent 3b8d1f4031
commit cf9d15a9d4

View file

@ -23,6 +23,7 @@
#ifndef INCLUDED_TYPES_VISUALC_H
#define INCLUDED_TYPES_VISUALC_H
#include <stdlib.h>
// For more information on VisualC++ predefined macros
// http://support.microsoft.com/default.aspx?scid=kb;EN-US;q65472