mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
Fix compile error on Linux platform and use c++ style header file(<cstddef> instead of <stddef.h>)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "audio_encoder.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
Reference in New Issue
Block a user