Skip to content

Commit

Permalink
Merge pull request #17 from stephenturner/master
Browse files Browse the repository at this point in the history
include stdint.h
  • Loading branch information
williamslab committed Nov 25, 2021
2 parents 210c355 + 6ae17e6 commit a4b4863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmdlineopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#ifndef CMDLINEOPTS_H
#define CMDLINEOPTS_H

#define VERSION_NUMBER "1.3.3"
#define RELEASE_DATE " 6 Nov 2021"
#define VERSION_NUMBER "1.3.4"
#define RELEASE_DATE "24 Nov 2021"

class CmdLineOpts {
public:
Expand Down
1 change: 1 addition & 0 deletions datastructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <string.h>
#include <limits.h>
#include <assert.h>
#include <stdint.h>

#ifndef DATASTRUCTS_H
#define DATASTRUCTS_H
Expand Down

0 comments on commit a4b4863

Please sign in to comment.