aboutsummaryrefslogtreecommitdiff
path: root/Inclass 10/Header.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-08 14:12:28 -0800
committerConnor McDowell <[email protected]>2024-02-08 14:12:28 -0800
commit5dc32bd7bf9204c4113765f53d84a72ed415b71d (patch)
tree4c7424cf2d8d5f58fac8ce025079c451901ea1fc /Inclass 10/Header.h
parentprogram.cpp and header.h set up (diff)
downloadin-class-exercise-10-connormcdowell275-5dc32bd7bf9204c4113765f53d84a72ed415b71d.tar.xz
in-class-exercise-10-connormcdowell275-5dc32bd7bf9204c4113765f53d84a72ed415b71d.zip
files and functions set up
Diffstat (limited to 'Inclass 10/Header.h')
-rw-r--r--Inclass 10/Header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Inclass 10/Header.h b/Inclass 10/Header.h
index edfa1e2..b88a0a0 100644
--- a/Inclass 10/Header.h
+++ b/Inclass 10/Header.h
@@ -1,5 +1,6 @@
#ifndef HEADER
#define HEADER
+#include "Node.h"
void Swap(Node* first, Node* second);