Skip to content
Snippets Groups Projects
Commit 0c9bfd09 authored by Michal Kravcenko's avatar Michal Kravcenko
Browse files

FIX: fixed missing include

parent 488bbc36
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
#ifndef PROJECT_MESSAGE_H
#define PROJECT_MESSAGE_H
#include <iostream>
#define MSG_INFO(str) {\
std::cout << "INFO: " << str << std::endl;\
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment