- (weird) linker error on windows caused by using different include.
- IpcTests using private field which had a public accessor.
- some includes using wrong lib.
This commit is contained in:
Nick Bolton
2014-02-28 15:04:49 +00:00
parent ad8905ccbf
commit f4bb72ce52
14 changed files with 22 additions and 50 deletions

View File

@@ -19,7 +19,7 @@
#define TEST_ENV
#include "synergy/PrimaryClient.h"
#include "server/PrimaryClient.h"
#include "base/String.h"
#include "test/global/gmock.h"

View File

@@ -21,7 +21,7 @@
#include "server/Server.h"
#include <gmock/gmock.h>
#include "test/global/gmock.h"
class IEventQueue;