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:
@@ -8,6 +8,7 @@
|
||||
#include <showConstructDestruct.h>
|
||||
#include <lock.h>
|
||||
#include <standardPVField.h>
|
||||
#include <memory>
|
||||
|
||||
#include <caConstants.h>
|
||||
#include <timer.h>
|
||||
|
||||
Reference in New Issue
Block a user