mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 02:46:17 +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,7 @@
|
||||
#ifndef CSTRING_H
|
||||
#define CSTRING_H
|
||||
|
||||
#include "common.h"
|
||||
#include "stdstring.h"
|
||||
|
||||
// use standard C++ string class for our string class
|
||||
|
||||
Reference in New Issue
Block a user