Skip to content

Commit 873545c

Browse files
committed
ConfigHelix.h
1 parent 90ec29e commit 873545c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CommonHelix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
# endif
1717
#endif
1818

19+
#include "ConfigHelix.h"
1920
#include "utils/Allocator.h"
2021
#include "utils/Buffers.h"
2122
#include "utils/Vector.h"
2223
#include "utils/helix_log.h"
23-
#include "ConfigHelix.h"
2424

2525
namespace libhelix {
2626

src/ConfigHelix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# define AAC_MIN_FRAME_SIZE 1024
3232
#endif
3333

34-
// Allocation:
34+
// Allocation: define allocator to be used
3535
#define ALLOCATOR libhelix::AllocatorExt
3636

3737
// Logging: Activate/Deactivate logging

0 commit comments

Comments
 (0)