Added missing <unordered_map> include
This fixes the compilation on FreeBSD.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <Wt/WResource.h>
|
||||
#include <Wt/Http/Response.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user