Skip to content

Commit

Permalink
[Server] Fix an include in OssCsi
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdh authored and gganis committed Nov 23, 2021
1 parent e4c614b commit e9cddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdOssCsi/XrdOssCsiPages.hh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <memory>
#include <mutex>
#include <utility>
#include <inttypes.h>
#include <cinttypes>
#include <stdio.h>

class XrdOssCsiPages
Expand Down

0 comments on commit e9cddb3

Please sign in to comment.