• Heiko Becker's avatar
    Add missing include for std::runtime_error · 15226a28
    Heiko Becker authored
    Fixes the following error when building with gcc 13:
    
    "tpool/aio_liburing.cc:64:18: error: 'runtime_error' is not a member of 'std'
       64 |       throw std::runtime_error("aio_uring()");"
    15226a28
aio_liburing.cc 6.12 KB