Fix some headers to include their dependencies properly.

This commit is contained in:
Tony Wasserka 2014-12-04 21:57:00 +01:00
parent b7327f807c
commit 27280f178b
2 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,9 @@
#pragma once
#include "common/common_funcs.h"
#include "common/msg_handler.h"
#ifndef LOGGING
#define LOGGING
#endif