Merge pull request #2726 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Lioncash 2015-07-08 15:42:07 -04:00
commit 2079963d80
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@
#pragma once
#include "Common/CommonFuncs.h"
#include "Common/MsgHandler.h"
namespace LogTypes
{

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <fcntl.h>
#include <libudev.h>
#include <unistd.h>