add promise.hpp to unit tests

This commit is contained in:
2019-07-02 01:17:50 +07:00
parent e0f5be0fb3
commit 84ebbe9928
2 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ namespace json = rapidjson;
#include <curly.hpp/curly.hpp>
namespace net = curly_hpp;
#include <promise.hpp/promise.hpp>
namespace netex = promise_hpp;
#include "png_data.h"
#include "jpeg_data.h"