Changeset 862


Ignore:
Timestamp:
03/29/19 14:58:44 (5 years ago)
Author:
Maciej Komosinski
Message:

#include <cstdlib> needed for Emscripten for malloc()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/util-string.cpp

    r860 r862  
    88#include "nonstd.h"
    99#include <assert.h>
     10#include <cstdlib> //malloc()
    1011#ifdef USE_VIRTFILE
    1112#include <common/virtfile/virtfile.h>
Note: See TracChangeset for help on using the changeset viewer.