فهرست منبع

input_common/udp: Add missing header guard

Lioncash 6 سال پیش
والد
کامیت
4aa9c9632d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/input_common/udp/udp.h

+ 2 - 0
src/input_common/udp/udp.h

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#pragma once
+
 #include <memory>
 #include <unordered_map>
 #include "input_common/main.h"