Include Yerbacon.hpp in filefuncs.cpp

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-03-13 15:39:16 +01:00
parent f3d03adead
commit f21a79fb29
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <fstream>
#include <iostream>
#include <system_error>
#include "../headers/Yerbacon.hpp"
using namespace std;
string getFileContent(const string& file)