Explorar el Código

Add open62541/client_highleve.h header in Example

Client Example is needed more header
bamchoh hace 5 años
padre
commit
79379d4038
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -230,6 +230,7 @@ int main(int argc, char** argv)
 #include <stdio.h>
 #include <open62541/client.h>
 #include <open62541/client_config_default.h>
+#include <open62541/client_highlevel.h>
 
 int main(int argc, char *argv[])
 {