mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-09 16:02:47 +00:00
Fix linux build
This commit is contained in:
parent
7630587279
commit
95fb836221
5 changed files with 17 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
#include "ttvfs.h"
|
||||
#include "ttvfs_stdio.h"
|
||||
#include <cassert>
|
||||
#include <assert.h>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
static ttvfs::Root *vfs = NULL;
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ttvfs.h>
|
||||
|
||||
typedef ttvfs::File VFILE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue