diff --git a/code/StringUtils.h b/code/StringUtils.h index 434ab4520..dfc12e47b 100644 --- a/code/StringUtils.h +++ b/code/StringUtils.h @@ -42,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include /// @fn ai_snprintf /// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.