diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-07 00:11:38 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-07 00:15:26 +0800 |
| commit | ccf48eb93a101ba2412497ad5f3966e4f31d2178 (patch) | |
| tree | 00911e33af6797dcbf897d125d11e44bf596b187 /test/base/platform/win/StreamConvertTest.cpp | |
| parent | ebb83c66e225375212f8e82e6b1bd8d3e3eb8646 (diff) | |
| download | cru-ccf48eb93a101ba2412497ad5f3966e4f31d2178.tar.gz cru-ccf48eb93a101ba2412497ad5f3966e4f31d2178.tar.bz2 cru-ccf48eb93a101ba2412497ad5f3966e4f31d2178.zip | |
Win Resource.h to Base.h.
Diffstat (limited to 'test/base/platform/win/StreamConvertTest.cpp')
| -rw-r--r-- | test/base/platform/win/StreamConvertTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/platform/win/StreamConvertTest.cpp b/test/base/platform/win/StreamConvertTest.cpp index c0c5535c..b16aa7b6 100644 --- a/test/base/platform/win/StreamConvertTest.cpp +++ b/test/base/platform/win/StreamConvertTest.cpp @@ -1,6 +1,6 @@ #include "cru/base/StringUtil.h" #include "cru/base/io/OpenFileFlag.h" -#include "cru/base/platform/win/Exception.h" +#include "cru/base/platform/win/Base.h" #include "cru/base/platform/win/StreamConvert.h" #include "cru/base/platform/win/Win32FileStream.h" |
