Add missing include in embed.cc
This changes fixes "use of undeclared identifier 'assert'" compilation error.
This commit is contained in:
parent
c836ad4dc7
commit
867dbac820
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Reference in a new issue