changed libcommon header

This commit is contained in:
Bob Polis 2019-10-27 00:24:21 +02:00
parent bf9fc8296e
commit a94f6d1f27

View File

@ -15,7 +15,7 @@
using namespace std; using namespace std;
// libcommon // libcommon
#include <libcommon/libcommon.h> #include <libcommon.hpp>
int main(int argc, const char * argv[]) { int main(int argc, const char * argv[]) {
int result = EXIT_SUCCESS; int result = EXIT_SUCCESS;