- (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

@ -38,7 +38,7 @@
#include "base/TMethodJob.h"
#include "base/Log.h"
#include <gtest/gtest.h>
#include "test/global/gtest.h"
#include <stdexcept>
#include <sstream>
#include <fstream>