Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
magiblot committed Oct 23, 2024
1 parent f55861f commit 596fd41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/tvision/tdircoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#define Uses_ipstream
#include <tvision/tv.h>

#if !defined( __CTYPE_H )
#include <ctype.h>
#endif // __CTYPE_H

#if !defined( __DIR_H )
#include <dir.h>
#endif // __DIR_H
Expand Down

0 comments on commit 596fd41

Please sign in to comment.