Include Yerbacon.hpp in filefuncs.cpp
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
f3d03adead
commit
f21a79fb29
|
@ -1,6 +1,7 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <system_error>
|
#include <system_error>
|
||||||
|
#include "../headers/Yerbacon.hpp"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
string getFileContent(const string& file)
|
string getFileContent(const string& file)
|
||||||
|
|
Loading…
Reference in New Issue