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 120927a commit caa15c8Copy full SHA for caa15c8
include/libdbc/dbc.hpp
@@ -2,11 +2,11 @@
2
#define DBC_HPP
3
4
#include <cstdint>
5
+#include <istream>
6
+#include <libdbc/message.hpp>
7
#include <regex>
8
#include <string>
9
#include <vector>
-#include <istream>
-#include <libdbc/message.hpp>
10
11
namespace Libdbc {
12
include/libdbc/message.hpp
@@ -1,11 +1,11 @@
1
#ifndef MESSAGE_HPP
#define MESSAGE_HPP
+#include <cstdint>
#include <iostream>
#include <libdbc/signal.hpp>
-#include <cstdint>
struct Message {
0 commit comments