mirror of
https://github.com/openharmony/third_party_qrcodegen.git
synced 2026-07-20 23:56:51 -04:00
Added some explicit header #includes to C++ demo code for clarity.
This commit is contained in:
@@ -25,8 +25,10 @@
|
||||
* Software.
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "QrCode.hpp"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user