commit | 1623897cb470ae218eba8fb18560f33d2b968507 | [log] [tgz] |
---|---|---|
author | Borawski.Lukasz <lukasz.borawski@intel.com> | Wed Jan 17 15:36:53 2018 +0100 |
committer | Borawski.Lukasz <lukasz.borawski@intel.com> | Wed Jan 17 15:37:13 2018 +0100 |
tree | 2695d2a92220b84b0caa4522ce43e9dd55400a44 | |
parent | 34c59d1862675d585da216d9ab13d27cfc87988a [diff] |
Fix include statement Change-Id: Icb92e9df233ebd5a47e458b071bad9e00248a317 Signed-off-by: Borawski.Lukasz <lukasz.borawski@intel.com>
diff --git a/include/persistent_data_middleware.hpp b/include/persistent_data_middleware.hpp index dc4ec8c..aee2407 100644 --- a/include/persistent_data_middleware.hpp +++ b/include/persistent_data_middleware.hpp
@@ -3,8 +3,7 @@ #include <nlohmann/json.hpp> #include <pam_authenticate.hpp> #include <webassets.hpp> - -include <random> +#include <random> #include <crow/app.h> #include <crow/http_request.h> #include <crow/http_response.h>