Skip to content

Commit

Permalink
Fix compilation with GCC 12 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn authored Jul 12, 2023
1 parent 9a24cf7 commit c37d937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ProcessMonitor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "MonLogger.h"
#include <unistd.h>
#include <chrono>
#include <iterator>
#include <sstream>
#include <cmath>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions src/Transports/KafkaConsumer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
///

#include "KafkaConsumer.h"
#include <memory>
#include <string>
#include "../MonLogger.h"
#include "../Exceptions/MonitoringException.h"
Expand Down
1 change: 1 addition & 0 deletions src/Transports/KafkaProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
///

#include "KafkaProducer.h"
#include <memory>
#include <string>
#include "../MonLogger.h"

Expand Down

0 comments on commit c37d937

Please sign in to comment.