Skip to content

Commit

Permalink
Fix Fedora compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jul 3, 2023
1 parent f36923d commit fb2c802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/FreeDVConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#ifndef FREEDV_CONFIGURATION_H
#define FREEDV_CONFIGURATION_H

#include <inttypes.h>
#include "WxWidgetsConfigStore.h"
#include "ConfigurationDataElement.h"
#include "AudioConfiguration.h"
Expand Down Expand Up @@ -97,4 +98,4 @@ class FreeDVConfiguration : public WxWidgetsConfigStore
virtual void save(wxConfigBase* config) override;
};

#endif // FREEDV_CONFIGURATION_H
#endif // FREEDV_CONFIGURATION_H

0 comments on commit fb2c802

Please sign in to comment.