Skip to content

Commit

Permalink
fix tc_base64 header bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 24, 2024
1 parent 1c49d89 commit 402a5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/include/util/tc_base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#pragma once
#include "util/tc_platform.h"

#include <string>

Expand All @@ -35,7 +36,7 @@ namespace tars
* @brief This class provides standard base64 encoding and decoding methods.
* @brief 该类提供标准的base64的编码解码
*/
UTIL_DLL_API class TC_Base64
class UTIL_DLL_API TC_Base64
{
public:
/**
Expand Down

0 comments on commit 402a5ee

Please sign in to comment.