Added some explicit header #includes to C++ demo code for clarity.

This commit is contained in:
Project Nayuki
2016-05-24 18:50:22 +00:00
parent a9a5cdbb58
commit fb702fd46e
+2
View File
@@ -25,8 +25,10 @@
* Software.
*/
#include <cstdint>
#include <iostream>
#include <string>
#include <vector>
#include "QrCode.hpp"