Skip to content

Commit

Permalink
fix:(SipiCache and Logger): added missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancoA committed Dec 2, 2016
1 parent c2f7409 commit 6cb8a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/SipiCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <mutex>
#include <string>
#include <sys/time.h>
#include <algorithm>

#include "SipiConfig.h"

Expand Down
1 change: 1 addition & 0 deletions shttps/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <map>
#include <mutex>
#include <vector>
#include <memory>

#include "LogStream.h"

Expand Down

0 comments on commit 6cb8a59

Please sign in to comment.