浏览代码

Add dynamic goal to "encoding" module

Patrick-Christopher Mattulat 2 年之前
父节点
当前提交
cd470a2aa4
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      include/ls_std/encoding/Base64.hpp

+ 3 - 2
include/ls_std/encoding/Base64.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-01-03
- * Changed:         2022-05-20
+ * Changed:         2022-06-29
  *
  * */
 
@@ -14,6 +14,7 @@
 #include <bitset>
 #include <vector>
 #include <unordered_map>
+#include <ls_std/os/dynamic_goal.hpp>
 
 namespace ls
 {
@@ -21,7 +22,7 @@ namespace ls
   {
     namespace encoding
     {
-      class Base64 : public ls::std::core::interface_type::IEncoding
+      class DYNAMIC_GOAL Base64 : public ls::std::core::interface_type::IEncoding
       {
         public: