We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11bb066 + a85e7a8 commit c94ff83Copy full SHA for c94ff83
src/encoder.cpp
@@ -7,7 +7,6 @@
7
* file that was distributed with this source code.
8
*/
9
10
-#include "lcf/config.h"
11
#include "lcf/encoder.h"
12
#include "lcf/reader_util.h"
13
#include "lcf/scope_guard.h"
src/lcf/encoder.h
@@ -9,6 +9,8 @@
#ifndef LCF_ENCODER_H
#define LCF_ENCODER_H
+
+#include "lcf/config.h"
14
#include <vector>
15
#include <string>
16
0 commit comments