[ion] Try a fix to make compilation work

This commit is contained in:
Laury
2022-03-13 21:43:14 +01:00
parent 72a25ec26d
commit 1c918f549c

View File

@@ -2,9 +2,9 @@
#include <string.h>
#include <assert.h>
#include <new>
#include "storage.h"
#include <ion/internal_storage.h>
#if ION_STORAGE_LOG
#include<iostream>
#include <iostream>
#endif
namespace Ion {