bkuner / opcUaUnifiedAutomation

EPICS opcUa device support with Unified Automation C++ based client sdk.
Other
0 stars 4 forks source link

Missing include in drvOpcUa.cpp #4

Closed ralphlange closed 7 years ago

ralphlange commented 7 years ago
[WARN] ../drvOpcUa.cpp: In function ‘long int OpcUaWriteItems(OPCUA_ItemINFO*)’:
[ERROR] ../drvOpcUa.cpp:885: error: ‘cout’ is not a member of ‘std’

cout is defined in <iostream>, which must be included by drvOpcUa.cpp