bersler / OpenLogReplicator

Open Source Oracle database CDC
https://www.bersler.com
GNU General Public License v3.0
291 stars 133 forks source link

Update types.h #168

Closed Igor743646 closed 3 months ago

Igor743646 commented 3 months ago

Fixed a bug that occurs in the distribution Linux 5.15.153.1-microsoft-standard-WSL2 (Ubuntu) due to a missing header for uint32_t and other types. This interfered with the build using gcc-13 tools. A brief excerpt:

/home/igor/OpenLogReplicator/src/common/types.h:26:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   25 | #include "../../config.h"
  +++ |+#include <cstdint>
   26 | 
bersler commented 3 months ago

Thanks for finding this issue. The commit was incomplete. I have committed the fix, so this pull request is not needed anymore,.