Skip to content

Commit

Permalink
Added explicit include of atomic to fix issue with Intel compiler (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Mar 12, 2019
1 parent aa605d6 commit 44bb0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horovod/common/timeline.h
Expand Up @@ -16,6 +16,7 @@
#ifndef HOROVOD_TIMELINE_H
#define HOROVOD_TIMELINE_H

#include <atomic>
#include <boost/lockfree/spsc_queue.hpp>
#include <chrono>
#include <fstream>
Expand Down

0 comments on commit 44bb0b5

Please sign in to comment.