mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 19:36:16 +08:00
Made sure every file includes common.h directly or indirectly.
Also made sure common.h is included before any system headers.
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#ifndef CTIMERTHREAD_H
|
||||
#define CTIMERTHREAD_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
class CThread;
|
||||
|
||||
//! A timer thread
|
||||
|
||||
Reference in New Issue
Block a user