mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 09:41:08 +00: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