Skip to content

Commit

Permalink
fix build on g++ 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taohe committed Nov 17, 2017
1 parent b30cddb commit 8240f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phxqueue/comm/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Unless required by applicable law or agreed to in writing, software distributed

#pragma once

#include <cstdio>
#include <cinttypes>
#include <cassert>
#include <cinttypes>
#include <cstdio>
#include <functional>
#include <memory>

#include "phxqueue/comm/errdef.h"
Expand Down
1 change: 1 addition & 0 deletions phxqueue/producer/producer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unless required by applicable law or agreed to in writing, software distributed

#pragma once

#include <functional>
#include <memory>
#include <set>
#include <vector>
Expand Down

0 comments on commit 8240f20

Please sign in to comment.