diff options
| author | John Klug <john.klug@multitech.com> | 2023-09-28 13:23:35 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2023-09-28 13:23:35 -0500 |
| commit | ac8b036b7c15ef5b0b0f0abd84ee64ccc0a1510f (patch) | |
| tree | c140d7c82a97aa44ea27daef8f02fc5971fa7036 | |
| parent | ed18a52adda8b36d4782745b0a51d53e944f65e4 (diff) | |
| download | commissioning-1.0.3.tar.gz commissioning-1.0.3.tar.bz2 commissioning-1.0.3.zip | |
Move to latest jsoncpp package1.0.3
| -rw-r--r-- | src/commission_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commission_func.h b/src/commission_func.h index 6bddba8..106dfce 100644 --- a/src/commission_func.h +++ b/src/commission_func.h @@ -17,7 +17,7 @@ #include <string.h> #include <pwd.h> #include <sys/types.h> -#include <jsoncpp/json/json.h> +#include <json/json.h> #include <stdio.h> #include <iostream> #include <string> |
