Parcourir la source

Add open62541/client_highleve.h header in Example

Client Example is needed more header
bamchoh il y a 5 ans
Parent
commit
79379d4038
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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[])
 {