configure/CONFIG_SITE:

- added explicit instructions to link pthread library, since it is not included by default on Fedora linux (possibly others?)

testRemoteClientImpl.cpp:
- added "#include <memory>" needed for std::auto_ptr
This commit is contained in:
miha_vitorovic
2011-01-06 09:49:22 +01:00
parent 0af1781b5e
commit 6c3b00dc86
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#include <showConstructDestruct.h>
#include <lock.h>
#include <standardPVField.h>
#include <memory>
#include <caConstants.h>
#include <timer.h>