We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c332093 commit 93d03f5Copy full SHA for 93d03f5
source/FileLogger.cpp
@@ -28,6 +28,10 @@
28
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
*/
30
31
+/* stl header */
32
+#include <algorithm>
33
+#include <mutex>
34
+
35
/* magic enum */
36
#include <magic_enum.hpp>
37
source/StdLogger.cpp
@@ -29,6 +29,7 @@
/* stl header */
#include <iostream>
#include <sstream>
0 commit comments