On Arduino MKR GSM 1400, compilation fails with "String not declared" error in CBOR.h. Adding `#include <Arduino.h>` after `#include <WString.h>` in CBOR.h fixes this.